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