Class
SelectableButtonToolbarItem

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: RadioButtonToolbarItemToggleButtonToolbarItem

Inherited Members ButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

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.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Events

IsSelectedChanged

Raised when the IsSelected property has changed.

Declaration

cs-api-definition
public event EventHandler IsSelectedChanged

Event Value

EventHandler