Class RadioButtonToolbarItemView
Visual representation of a radio button in the RadToolbar control.
Inheritance
System.Object
RadioButtonToolbarItemView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadioButtonToolbarItemView : SelectableButtonToolbarItemView, IRadContentView, IContentView, IPadding, IToolStripClickableView, IToolStripSelectableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
RadioButtonToolbarItemView()
Declaration
public RadioButtonToolbarItemView()
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 RadioButtonToolbarItemViews with the same radio group name.
Declaration
public string GroupName { get; set; }
Property Value
System.String
|