IDatePicker.IsOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.