ClassSelectableButtonToolbarItem
Class
Represents a selectable button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class SelectableButtonToolbarItem : ButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemSelectableButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
SelectableButtonToolbarItem()
Declaration
cs-api-definition
protected SelectableButtonToolbarItem()
Fields
IsSelectedProperty
Identifies the IsSelected property.
Declaration
cs-api-definition
public static readonly BindableProperty IsSelectedProperty
Field Value
BindableProperty
Properties
IsSelected
Gets or sets a value indicating whether the button is selected.
Events
IsSelectedChanged
Raised when the IsSelected property has changed.