DXButton.Command Property
In This Article
Gets or sets a command that is executed when a user clicks the button. This is a dependency property.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A command that is executed when a user clicks the button. |
See Also