Class ButtonToolbarItem
Represents a button in the Rad
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ButtonToolbarItem : LabelToolbarItem
Constructors
ButtonToolbarItem()
Declaration
public ButtonToolbarItem()
Fields
CommandParameterProperty
Identifies the Command
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.
|
Properties
Command
Gets or sets the command to execute when the button is clicked.
Declaration
public ICommand Command { get; set; }
Property Value
System.
|
CommandParameter
Gets or sets the parameter of the command, which is executed when the button is clicked.
Declaration
public object CommandParameter { get; set; }
Property Value
System.
|
Events
Clicked
Raised when the button is clicked.
Declaration
public event EventHandler Clicked
Event Type
System.
|