Share via


DatePicker.IsOpen Property

Definition

Gets or sets a value indicating whether the date picker is open. This is a bindable property.

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

Property Value

true if the date picker is open; otherwise, false.

Implements

Applies to