ComboBox.IsDropDownOpen Property

Definition

Gets or sets a value that indicates whether the drop-down portion of the ComboBox is currently open.

C#
public bool IsDropDownOpen { get; set; }
XAML
<ComboBox IsDropDownOpen="bool"/>

Property Value

Boolean

True if the drop-down portion is open; otherwise, false. The default is false.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6