Class RadioButtonToolbarItem
Represents a radio button in the Rad
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 Group
Declaration
public static readonly BindableProperty GroupNameProperty
Field Value
Microsoft.
|
Properties
GroupName
Gets or sets the unique name of the radio group. The radio group allows single selection
of all Radio
Declaration
public string GroupName { get; set; }
Property Value
System.
|