MenuItemIsSelected Property

Gets or sets a value indicating whether the MenuItem is currently selected.

Definition

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

Property Value

Boolean

Implements

ISelectableIsSelected

See Also