ButtonInfo.CommandParameter Property
In This Article
Gets or sets a parameter to pass to the ButtonInfo.Command property. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#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