MenuItemStaysOpenOnClick Property

Gets or sets a value that indicates the submenu that this MenuItem is within should not close when this item is clicked.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool StaysOpenOnClick { get; set; }

Property Value

Boolean

See Also