MenuItem.

CommandParameter Property

Summary

Gets or sets the parameter to pass to the Command property of a MenuItem.
Namespace
Avalonia.Controls
Containing Type
MenuItem

Syntax

public object CommandParameter { get; set; }

Value

Type Description
object