ButtonInfo.CommandParameter Property
Gets or sets a parameter to pass to the ButtonInfo.Command property. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the parameter to pass to the command. |
Remarks
To specify the command associated with the button, use the ButtonInfo.Command property.
See Also