Share via


TimePicker.IsOpen Property

Definition

Gets or sets a value indicating whether the time 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 time picker is open; otherwise, false.

Implements

Applies to