ClassRadioButtonToolbarItemView
Class
Visual representation of a radio button in the RadToolbar control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RadioButtonToolbarItemView : SelectableButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IVisualTreeElement, IView, IElement, ITransform
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewToolbarContentViewToolbarItemViewLabelToolbarItemViewButtonToolbarItemViewSelectableButtonToolbarItemViewRadioButtonToolbarItemView
Implements:
Inherited Members
Constructors
RadioButtonToolbarItemView()
Declaration
cs-api-definition
public RadioButtonToolbarItemView()
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 RadioButtonToolbarItemViews with the same radio group name.