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:
public abstract class RadMultiSpinnerPickerBase : RadPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBase
Derived Classes:
Implements:
Inherited Members
Constructors
protected RadMultiSpinnerPickerBase()
Fields
ActualSelectionHighlightStyleProperty
BindableProperty
Identifies the ActualSelectionHighlightStyle property.
public static readonly BindableProperty ActualSelectionHighlightStyleProperty
ActualSpinnerHeaderSeparatorStyleProperty
BindableProperty
Identifies the ActualSpinnerHeaderSeparatorStyle property.
public static readonly BindableProperty ActualSpinnerHeaderSeparatorStyleProperty
ActualSpinnerHeaderStyleProperty
BindableProperty
Identifies the ActualSpinnerHeaderStyle property.
public static readonly BindableProperty ActualSpinnerHeaderStyleProperty
ActualSpinnerSeparatorStyleProperty
BindableProperty
Identifies the ActualSpinnerSeparatorStyle property.
public static readonly BindableProperty ActualSpinnerSeparatorStyleProperty
ActualSpinnerStyleProperty
BindableProperty
Identifies the ActualSpinnerStyle property.
public static readonly BindableProperty ActualSpinnerStyleProperty
AreSpinnerHeadersVisibleProperty
BindableProperty
Identifies the AreSpinnerHeadersVisible property.
public static readonly BindableProperty AreSpinnerHeadersVisibleProperty
SelectionHighlightStyleProperty
BindableProperty
Identifies the SelectionHighlightStyle property.
public static readonly BindableProperty SelectionHighlightStyleProperty
SpinnerFormatProperty
BindableProperty
Identifies the SpinnerFormat property.
public static readonly BindableProperty SpinnerFormatProperty
SpinnerHeaderSeparatorStyleProperty
BindableProperty
Identifies the SpinnerHeaderSeparatorStyle property.
public static readonly BindableProperty SpinnerHeaderSeparatorStyleProperty
SpinnerHeaderStyleProperty
BindableProperty
Identifies the SpinnerHeaderStyle property.
public static readonly BindableProperty SpinnerHeaderStyleProperty
SpinnerSeparatorStyleProperty
BindableProperty
Identifies the SpinnerSeparatorStyle property.
public static readonly BindableProperty SpinnerSeparatorStyleProperty
SpinnerStyleProperty
BindableProperty
Identifies the SpinnerStyle property.
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.
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.
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.
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.
public Style ActualSpinnerSeparatorStyle { get; }
ActualSpinnerStyle
Style
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.
public Style ActualSpinnerStyle { get; }
Gets or sets a boolean value which indicates if separate header for each of the spinner components will be generated.
public bool AreSpinnerHeadersVisible { get; set; }
Gets or sets the style which is applied to the selection highlight border.
public Style SelectionHighlightStyle { get; set; }
Gets or sets the format based on which the RadMultiSpinnerPickerBaseBase generates different spinners.
public string SpinnerFormat { get; set; }
Gets or sets the style which is applied to the separator between headers and the spinners.
public Style SpinnerHeaderSeparatorStyle { get; set; }
SpinnerHeaderStyle
Style
Gets or sets the style which is applied to each spinner header.
public Style SpinnerHeaderStyle { get; set; }
Gets or sets the style which is applied to the separators between the spinners.
public Style SpinnerSeparatorStyle { get; set; }
SpinnerStyle
Style
Gets or sets a style which is applied to each of the generated spinner components.
public Style SpinnerStyle { get; set; }