New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a selectable button in the RadToolbar control.

Definition

Constructors

C#
protected SelectableButtonToolbarItem()

Fields

IsSelectedProperty

BindableProperty

Identifies the IsSelected property.

C#
public static readonly BindableProperty IsSelectedProperty

Properties

Gets or sets a value indicating whether the button is selected.

C#
public bool IsSelected { get; set; }

Events

Raised when the IsSelected property has changed.

C#
public event EventHandler IsSelectedChanged