ClassRadioButtonToolbarItem
Class
Represents a radio button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RadioButtonToolbarItem : SelectableButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemSelectableButtonToolbarItemRadioButtonToolbarItem
Derived Classes:
Inherited Members
Constructors
RadioButtonToolbarItem()
Declaration
cs-api-definition
public RadioButtonToolbarItem()
Fields
GroupNameProperty
Identifies the GroupName property.
Declaration
cs-api-definition
public static readonly BindableProperty GroupNameProperty
Field Value
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.