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

Represents a radio button in the RadToolbar control.

Definition

Constructors

C#
public RadioButtonToolbarItem()

Fields

GroupNameProperty

BindableProperty

Identifies the GroupName property.

C#
public static readonly BindableProperty GroupNameProperty

Properties

Gets or sets the unique name of the radio group. The radio group allows single selection of all RadioButtonToolbarItems with the same radio group name.

C#
public string GroupName { get; set; }