ClassButtonToolbarItemView
Class
Visual representation of a button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ButtonToolbarItemView : LabelToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemView
Derived Classes:
Implements:
Inherited Members
Constructors
ButtonToolbarItemView()
Declaration
cs-api-definition
public ButtonToolbarItemView()
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.
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()
Events
Clicked
Raised when the button is clicked.