Visual representation of a radio button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadioButtonToolbarItemView : SelectableButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewSelectableButtonToolbarItemViewRadioButtonToolbarItemView...
Implements:
Inherited Members
Constructors
C#
public RadioButtonToolbarItemView()
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 RadioButtonToolbarItemViews with the same radio group name.
C#
public string GroupName { get; set; }