StaysOpenOnClick 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)
- C#
- VB
- F#
public bool StaysOpenOnClick { get; set; }
Public Property StaysOpenOnClick As Boolean
Get
Set
abstract StaysOpenOnClick : bool with get, set
override StaysOpenOnClick : bool with get, set