Represents a selectable button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class SelectableButtonToolbarItem : ButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemSelectableButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
C#
protected SelectableButtonToolbarItem()
Fields
IsSelectedProperty
BindableProperty
Identifies the IsSelected property.
C#
public static readonly BindableProperty IsSelectedProperty
Properties
Gets or sets a value indicating whether the button is selected.
C#
public bool IsSelected { get; set; }
Events
Raised when the IsSelected property has changed.
C#
public event EventHandler IsSelectedChanged