New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the base class for multi-spinner picker controls that provide multiple spinning selectors.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class RadMultiSpinnerPickerBase : RadPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBase

Derived Classes: RadDatePickerRadDateTimePickerRadTimePickerRadTimeSpanPicker

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadPickerBase.IsPlaceholderVisiblePropertyRadPickerBase.DisplayStringPropertyRadPickerBase.DisplayStringFormatPropertyRadPickerBase.DisplayLabelStylePropertyRadPickerBase.ActualDisplayLabelStylePropertyRadPickerBase.DisplayTemplatePropertyRadPickerBase.PlaceholderPropertyRadPickerBase.PlaceholderLabelStylePropertyRadPickerBase.ActualPlaceholderLabelStylePropertyRadPickerBase.PlaceholderTemplatePropertyRadPickerBase.IsClearButtonVisiblePropertyRadPickerBase.ClearButtonStylePropertyRadPickerBase.ActualClearButtonStylePropertyRadPickerBase.IsToggleButtonVisiblePropertyRadPickerBase.ToggleButtonStylePropertyRadPickerBase.ActualToggleButtonStylePropertyRadPickerBase.PickerModePropertyRadPickerBase.PopupSettingsPropertyRadPickerBase.BorderBrushPropertyRadPickerBase.IsOpenPropertyRadPickerBase.DropDownSettingsPropertyRadPickerBase.ClearSelection()RadPickerBase.OnPropertyChanged(string)RadPickerBase.OnHandlerChanged()RadPickerBase.IsPlaceholderVisibleRadPickerBase.DisplayStringRadPickerBase.DisplayLabelStyleRadPickerBase.IsClearButtonVisibleRadPickerBase.ClearButtonStyleRadPickerBase.IsToggleButtonVisibleRadPickerBase.ToggleButtonStyleRadPickerBase.ActualDisplayLabelStyleRadPickerBase.DisplayTemplateRadPickerBase.DisplayStringFormatRadPickerBase.PlaceholderRadPickerBase.PlaceholderLabelStyleRadPickerBase.ActualPlaceholderLabelStyleRadPickerBase.PlaceholderTemplateRadPickerBase.ActualClearButtonStyleRadPickerBase.ActualToggleButtonStyleRadPickerBase.PickerModeRadPickerBase.PopupSettingsRadPickerBase.DropDownSettingsRadPickerBase.BorderBrushRadPickerBase.IsOpenRadPickerBase.ToggleCommandRadPickerBase.ClearCommandRadPickerBase.SelectionChangedPickerContentView.BackgroundColorPropertyPickerContentView.BorderColorPropertyPickerContentView.BorderThicknessPropertyPickerContentView.CornerRadiusPropertyPickerContentView.BackgroundColorPickerContentView.BorderColorPickerContentView.BorderThicknessPickerContentView.CornerRadiusRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()...

Constructors

C#
protected RadMultiSpinnerPickerBase()

Fields

Identifies the ActualSelectionHighlightStyle property.

C#
public static readonly BindableProperty ActualSelectionHighlightStyleProperty

Identifies the ActualSpinnerHeaderSeparatorStyle property.

C#
public static readonly BindableProperty ActualSpinnerHeaderSeparatorStyleProperty

Identifies the ActualSpinnerHeaderStyle property.

C#
public static readonly BindableProperty ActualSpinnerHeaderStyleProperty

Identifies the ActualSpinnerSeparatorStyle property.

C#
public static readonly BindableProperty ActualSpinnerSeparatorStyleProperty

Identifies the ActualSpinnerStyle property.

C#
public static readonly BindableProperty ActualSpinnerStyleProperty

Identifies the AreSpinnerHeadersVisible property.

C#
public static readonly BindableProperty AreSpinnerHeadersVisibleProperty

Identifies the SelectionHighlightStyle property.

C#
public static readonly BindableProperty SelectionHighlightStyleProperty

SpinnerFormatProperty

BindableProperty

Identifies the SpinnerFormat property.

C#
public static readonly BindableProperty SpinnerFormatProperty

Identifies the SpinnerHeaderSeparatorStyle property.

C#
public static readonly BindableProperty SpinnerHeaderSeparatorStyleProperty

Identifies the SpinnerHeaderStyle property.

C#
public static readonly BindableProperty SpinnerHeaderStyleProperty

Identifies the SpinnerSeparatorStyle property.

C#
public static readonly BindableProperty SpinnerSeparatorStyleProperty

SpinnerStyleProperty

BindableProperty

Identifies the SpinnerStyle property.

C#
public static readonly BindableProperty SpinnerStyleProperty

Properties

Gets the result of merging the default style and the style set as SelectionHighlightStyle. This is the style that is used to define the look of the component.

C#
public Style ActualSelectionHighlightStyle { get; }

Gets the result of merging the default style and the style set as SpinnerHeaderSeparatorStyle. This is the style that is used to define the look of the component.

C#
public Style ActualSpinnerHeaderSeparatorStyle { get; }

Gets the result of merging the default style and the style set as SpinnerHeaderStyle. This is the style that is used to define the look of the component.

C#
public Style ActualSpinnerHeaderStyle { get; }

Gets the result of merging the default style and the style set as SpinnerSeparatorStyle. This is the style that is used to define the look of the component.

C#
public Style ActualSpinnerSeparatorStyle { get; }

Gets the result of merging the default style and the style set as SpinnerStyle. This is the style that is used to define the look of the component.

C#
public Style ActualSpinnerStyle { get; }

Gets or sets a boolean value which indicates if separate header for each of the spinner components will be generated.

C#
public bool AreSpinnerHeadersVisible { get; set; }

Gets or sets the style which is applied to the selection highlight border.

C#
public Style SelectionHighlightStyle { get; set; }

Gets or sets the format based on which the RadMultiSpinnerPickerBaseBase generates different spinners.

C#
public string SpinnerFormat { get; set; }

Gets or sets the style which is applied to the separator between headers and the spinners.

C#
public Style SpinnerHeaderSeparatorStyle { get; set; }

Gets or sets the style which is applied to each spinner header.

C#
public Style SpinnerHeaderStyle { get; set; }

Gets or sets the style which is applied to the separators between the spinners.

C#
public Style SpinnerSeparatorStyle { get; set; }

Gets or sets a style which is applied to each of the generated spinner components.

C#
public Style SpinnerStyle { get; set; }