Class SelectableButtonToolbarItem
Represents a selectable button in the Rad
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 Is
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Microsoft.
|
Properties
IsSelected
Gets or sets a value indicating whether the button is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Events
IsSelectedChanged
Raised when the Is
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.
|