Class
RadioButtonToolbarItem

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: RichTextEditorRadioButtonToolbarItem

Inherited Members SelectableButtonToolbarItem.IsSelectedPropertySelectableButtonToolbarItem.IsSelectedSelectableButtonToolbarItem.IsSelectedChangedButtonToolbarItem.CommandPropertyButtonToolbarItem.CommandParameterPropertyButtonToolbarItem.CommandButtonToolbarItem.CommandParameterButtonToolbarItem.ClickedLabelToolbarItem.TextPropertyLabelToolbarItem.ImageSourcePropertyLabelToolbarItem.TextLabelToolbarItem.ImageSourceToolbarItem.IsVisiblePropertyToolbarItem.IsEnabledPropertyToolbarItem.StylePropertyToolbarItem.ControlTemplatePropertyToolbarItem.PlacementOptionsPropertyToolbarItem.IsInteractionEnabledPropertyToolbarItem.IsVisibleToolbarItem.IsEnabledToolbarItem.StyleToolbarItem.ControlTemplateToolbarItem.PlacementOptionsToolbarItem.ToolbarToolbarItem.ParentToolbarItem.IsInteractionEnabled

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.

Declaration

cs-api-definition
public string GroupName { get; set; }

Property Value

string