CommandParameter 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)
- C#
- VB
- F#
public Object? CommandParameter { get; set; }
Public Property CommandParameter As Object
Get
Set
member CommandParameter : Object with get, set