DXButtonBase.Command Property
Gets or sets the command that is executed when a user taps a DXButtonBase descendant. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ICommand Command { get; set; }
Property Value
Type | Description |
---|---|
ICommand | The command that exposes the |
Remarks
If CommandParameter is not set directly, a current IsChecked state of the toggle button is passed.
See Also