AutoCompleteBoxIsDropDownOpen Property
Gets or sets a value indicating whether the drop-down portion of
the control is open.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool IsDropDownOpen { get; set; }
Public Property IsDropDownOpen As Boolean
Get
Set
member IsDropDownOpen : bool with get, set
Property Value
Boolean
True if the drop-down is open; otherwise, false. The default is
false.