MenuItemCommand Property

Gets or sets the command associated with the menu item.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ICommand? Command { get; set; }

Property Value

ICommand

Implements

ICommandSource.Command

See Also