Back to Devexpress

DXToggleButton.Command Property

maui-devexpress-dot-maui-dot-core-dot-dxtogglebutton-52e68436.md

latest902 B
Original Source

DXToggleButton.Command Property

Gets or sets the command executed when a user taps the toggle button. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
[DXCommandParameterType(typeof(bool), Description = "IsChecked")]
public ICommand Command { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

See Also

DXToggleButton Class

DXToggleButton Members

DevExpress.Maui.Core Namespace