Command Property
Gets or sets the command associated with the menu item.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ICommand? Command { get; set; }
Public Property Command As ICommand
Get
Set
member Command : ICommand with get, set