Back to Devexpress

ToolbarToggleButton.Command Property

maui-devexpress-dot-maui-dot-controls-dot-toolbartogglebutton-fe4da910.md

latest1.0 KB
Original Source

ToolbarToggleButton.Command Property

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

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

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

ToolbarToggleButton Class

ToolbarToggleButton Members

DevExpress.Maui.Controls Namespace