Share via


IDatePicker.IsOpen Property

Definition

Gets or sets a value indicating whether the dropdown is currently open.

public:
 virtual property bool IsOpen { bool get(); void set(bool value); };
public virtual bool IsOpen { get; set; }
member this.IsOpen : bool with get, set
Public Overridable Property IsOpen As Boolean

Property Value

true if the dropdown is currently open and visible; otherwise, false.

Remarks

Setting this property programmatically will open or close the dropdown. Controls may also update this property when the dropdown is opened or closed through user interaction.

Applies to