IsSubMenuOpen Property
Gets or sets a value that indicates whether the submenu of the MenuItem is open.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsSubMenuOpen { get; set; }
Public Property IsSubMenuOpen As Boolean
Get
Set
abstract IsSubMenuOpen : bool with get, set
override IsSubMenuOpen : bool with get, set