Summary
Gets or sets a value indicating whether the drop-down
Calendar
is open or closed.
- Namespace
- Avalonia
.Controls - Containing Type
- CalendarDatePicker
Syntax
public bool IsDropDownOpen { get; set; }
Value
Type | Description |
---|---|
bool |
True if the Calendar is
open; otherwise, false. The default is false.
|