Represents a radio button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadioButtonToolbarItem : SelectableButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemSelectableButtonToolbarItemRadioButtonToolbarItem...
Derived Classes:
Inherited Members
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; }