Back to Devexpress

ToolbarButton.Command Property

maui-devexpress-dot-maui-dot-controls-dot-toolbarbutton-1a72e069.md

latest941 B
Original Source

ToolbarButton.Command Property

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

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public ICommand Command { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

See Also

ToolbarButton Class

ToolbarButton Members

DevExpress.Maui.Controls Namespace