Class ButtonToolbarItemView
Visual representation of a button in the RadToolbar control.
Inheritance
System.Object
ButtonToolbarItemView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ButtonToolbarItemView : LabelToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
ButtonToolbarItemView()
Declaration
public ButtonToolbarItemView()
Fields
CommandParameterProperty
Identifies the CommandParameter property.
Declaration
public static readonly BindableProperty CommandParameterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CommandProperty
Identifies the Command property.
Declaration
public static readonly BindableProperty CommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Command
Gets or sets the command to execute when the button is clicked.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
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.Object
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Events
Clicked
Raised when the button is clicked.
Declaration
public event EventHandler Clicked
Event Type
System.EventHandler
|