Class RadioButtonToolbarItemView
Visual representation of a radio button in the Rad
Inheritance
System.Object
RadioButtonToolbarItemView
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadioButtonToolbarItemView : SelectableButtonToolbarItemView, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IToolStripClickableView, IToolStripSelectableView, IToolStripView, IToolStripElement, IVisualTreeElement, IView, IElement, ITransform
Constructors
RadioButtonToolbarItemView()
Declaration
public RadioButtonToolbarItemView()
Fields
GroupNameProperty
Identifies the Group
Declaration
public static readonly BindableProperty GroupNameProperty
Field Value
Microsoft.
|
Properties
GroupName
Gets or sets the unique name of the radio group. The radio group allows single selection
of all Radio
Declaration
public string GroupName { get; set; }
Property Value
System.
|