IsExpanded Property
Gets or sets a value indicating whether the item is expanded to show its children.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsExpanded { get; set; }
Public Property IsExpanded As Boolean
Get
Set
member IsExpanded : bool with get, set