NativeMenuItem.

CommandParameter Property

Summary

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

Syntax

public object CommandParameter { get; set; }

Value

Type Description
object