IsDropDownOpen Property
Gets or sets a value indicating whether the dropdown is currently open.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsDropDownOpen { get; set; }
Public Property IsDropDownOpen As Boolean
Get
Set
member IsDropDownOpen : bool with get, set