ClassSelectableButtonToolbarItemView
Class
Visual representation of a selectable button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class SelectableButtonToolbarItemView : ButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewSelectableButtonToolbarItemView
Derived Classes:
Implements:
Inherited Members
Constructors
SelectableButtonToolbarItemView()
Declaration
cs-api-definition
protected SelectableButtonToolbarItemView()
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.
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()
Overrides
Events
IsSelectedChanged
Raised when the IsSelected property has changed.