ButtonInfo.Command Property
In This Article
Gets or sets a command associated with the button. This is a dependency property.
Namespace: DevExpress.WinUI.Editors
Assembly: DevExpress.WinUI.Editors.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type |
---|
ICommand |
#Remarks
To pass a parameter to the command, use the ButtonInfo.CommandParameter property
See Also