MenuItem.

Command Property

Summary

Gets or sets the command associated with the menu item.
Namespace
Avalonia.Controls
Containing Type
MenuItem

Syntax

public ICommand? Command { get; set; }

Value

Type Description
ICommand?