SplitButtonCommandParameter Property

Gets or sets a parameter to be passed to the Command.

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