DropDownButton.IsDropDownOpen Property

DevZest WPF Docking

DropDownButtonIsDropDownOpen Property
Gets a value that indicates whether the drop down ContextMenu is visible. This is a dependency property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public bool IsDropDownOpen { get; }
Public ReadOnly Property IsDropDownOpen As Boolean
	Get

Property Value

Type: Boolean
if the ContextMenu is visible; otherwise, .
See Also