Share via


Picker.IsOpen Property

Definition

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

Implements

Applies to