NativeMenuItemCommand Property
Gets or sets the command associated with the menu item.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ICommand? Command { get; set; }
Public Property Command As ICommand
Get
Set
member Command : ICommand with get, set
Property Value
ICommand