MenuItemCommandParameter Property

Gets or sets the parameter to pass to the Command property of a MenuItem.

Definition

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

Property Value

Object

Implements

ICommandSource.CommandParameter

See Also