Gets or sets the command parameter. This is a dependency property.
Namespace:DevExpress.Mvvm.UI
Assembly:DevExpress.Xpf.Core.v17.2.dll

Syntax
C# |
public object CommandParameter { get; set; }
|
VB |
Public Property CommandParameter As Object
|
Property value
Type: Object
The command specific data.

See Also