Skip to content

DropDownButton.IsDropDownOpen property

Defined in

Type: DropDownButton Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Attributes: [Bindable(true)] [Browsable(false)] [Category("Appearance")]

public bool IsDropDownOpen { get; set; }

Summary: Gets or sets a value indicating whether the drop-down for a button is currently open.

Returns: bool -- true if the drop-down is open; otherwise, false. The default is false.