Class RadioButtonToolbarItem
Represents a radio button in the RadToolbar control.
Inheritance
System.Object
RadioButtonToolbarItem
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadioButtonToolbarItem : SelectableButtonToolbarItem
Constructors
RadioButtonToolbarItem()
Declaration
public RadioButtonToolbarItem()
Fields
GroupNameProperty
Identifies the GroupName property.
Declaration
public static readonly BindableProperty GroupNameProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
GroupName
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.
Declaration
public string GroupName { get; set; }
Property Value
System.String
|