Class
RadioButtonToolbarItemView

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

Inherited Members SelectableButtonToolbarItemView.IsSelectedPropertySelectableButtonToolbarItemView.ChangeVisualState()SelectableButtonToolbarItemView.IsSelectedSelectableButtonToolbarItemView.IsSelectedChangedButtonToolbarItemView.CommandPropertyButtonToolbarItemView.CommandParameterPropertyButtonToolbarItemView.CommandButtonToolbarItemView.CommandParameterButtonToolbarItemView.ClickedLabelToolbarItemView.TextPropertyLabelToolbarItemView.TextColorPropertyLabelToolbarItemView.FontFamilyPropertyLabelToolbarItemView.FontSizePropertyLabelToolbarItemView.FontAttributesPropertyLabelToolbarItemView.TextDecorationsPropertyLabelToolbarItemView.HorizontalTextAlignmentPropertyLabelToolbarItemView.VerticalTextAlignmentPropertyLabelToolbarItemView.ImageSourcePropertyLabelToolbarItemView.ImageAspectPropertyLabelToolbarItemView.ImagePositionPropertyLabelToolbarItemView.ImageWidthPropertyLabelToolbarItemView.ImageHeightPropertyLabelToolbarItemView.ImageSpacingPropertyLabelToolbarItemView.DisplayOptionsPropertyLabelToolbarItemView.HorizontalContentOptionsPropertyLabelToolbarItemView.VerticalContentOptionsPropertyLabelToolbarItemView.ActualImageSourcePropertyLabelToolbarItemView.TextLabelToolbarItemView.TextColorLabelToolbarItemView.FontFamilyLabelToolbarItemView.FontSizeLabelToolbarItemView.FontAttributesLabelToolbarItemView.TextDecorationsLabelToolbarItemView.HorizontalTextAlignmentLabelToolbarItemView.VerticalTextAlignmentLabelToolbarItemView.ImageSourceLabelToolbarItemView.ImageAspectLabelToolbarItemView.ImagePositionLabelToolbarItemView.ImageWidthLabelToolbarItemView.ImageHeightLabelToolbarItemView.ImageSpacingLabelToolbarItemView.DisplayOptionsLabelToolbarItemView.HorizontalContentOptionsLabelToolbarItemView.VerticalContentOptionsLabelToolbarItemView.ActualImageSourceToolbarItemView.OrientationPropertyToolbarItemView.PlacementLocationPropertyToolbarItemView.ToolbarPropertyToolbarItemView.OrientationToolbarItemView.PlacementLocationToolbarItemView.ToolbarRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

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.

Declaration

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

Property Value

string