Class SelectableButtonToolbarItemView
Visual representation of a selectable button in the RadToolbar control.
Inheritance
System.Object
SelectableButtonToolbarItemView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SelectableButtonToolbarItemView : ButtonToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripSelectableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
SelectableButtonToolbarItemView()
Declaration
protected SelectableButtonToolbarItemView()
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
|
Methods
ChangeVisualState()
Declaration
protected override void ChangeVisualState()
Overrides
Events
IsSelectedChanged
Raised when the IsSelected property has changed.
Declaration
public event EventHandler IsSelectedChanged
Event Type
System.EventHandler
|