Class SelectableButtonToolbarItem
Represents a selectable button in the RadToolbar control.
Inheritance
System.Object
SelectableButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SelectableButtonToolbarItem : ButtonToolbarItem
Constructors
SelectableButtonToolbarItem()
Declaration
protected SelectableButtonToolbarItem()
Fields
IsSelectedProperty
Identifies the IsSelected property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
IsSelected
Gets or sets a value indicating whether the button is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Events
IsSelectedChanged
Raised when the IsSelected property has changed.
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.EventHandler
|