ClassButtonToolbarItem
Class
Represents a button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ButtonToolbarItem : LabelToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
ButtonToolbarItem()
Declaration
cs-api-definition
public ButtonToolbarItem()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
cs-api-definition
public static readonly BindableProperty CommandParameterProperty
Field Value
BindableProperty
CommandProperty
Identifies the Command property.
Declaration
cs-api-definition
public static readonly BindableProperty CommandProperty
Field Value
BindableProperty
Properties
Command
Gets or sets the command to execute when the button is clicked.
CommandParameter
Gets or sets the parameter of the command, which is executed when the button is clicked.
Events
Clicked
Raised when the button is clicked.