Class RadMultiSpinnerPickerBase
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadMultiSpinnerPickerBase : RadPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadMultiSpinnerPickerBase()
Declaration
protected RadMultiSpinnerPickerBase()
Fields
ActualSelectionHighlightStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSelectionHighlightStyleProperty
Field Value
Microsoft.
|
ActualSpinnerHeaderSeparatorStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSpinnerHeaderSeparatorStyleProperty
Field Value
Microsoft.
|
ActualSpinnerHeaderStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSpinnerHeaderStyleProperty
Field Value
Microsoft.
|
ActualSpinnerSeparatorStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSpinnerSeparatorStyleProperty
Field Value
Microsoft.
|
ActualSpinnerStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualSpinnerStyleProperty
Field Value
Microsoft.
|
AreSpinnerHeadersVisibleProperty
Identifies the Are
Declaration
public static readonly BindableProperty AreSpinnerHeadersVisibleProperty
Field Value
Microsoft.
|
SelectionHighlightStyleProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionHighlightStyleProperty
Field Value
Microsoft.
|
SpinnerFormatProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerFormatProperty
Field Value
Microsoft.
|
SpinnerHeaderSeparatorStyleProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerHeaderSeparatorStyleProperty
Field Value
Microsoft.
|
SpinnerHeaderStyleProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerHeaderStyleProperty
Field Value
Microsoft.
|
SpinnerSeparatorStyleProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerSeparatorStyleProperty
Field Value
Microsoft.
|
SpinnerStyleProperty
Identifies the Spinner
Declaration
public static readonly BindableProperty SpinnerStyleProperty
Field Value
Microsoft.
|
Properties
ActualSelectionHighlightStyle
Gets the result of merging the default style and the style set as Selection
Declaration
public Style ActualSelectionHighlightStyle { get; }
Property Value
Microsoft.
|
ActualSpinnerHeaderSeparatorStyle
Gets the result of merging the default style and the style set as Spinner
Declaration
public Style ActualSpinnerHeaderSeparatorStyle { get; }
Property Value
Microsoft.
|
ActualSpinnerHeaderStyle
Gets the result of merging the default style and the style set as Spinner
Declaration
public Style ActualSpinnerHeaderStyle { get; }
Property Value
Microsoft.
|
ActualSpinnerSeparatorStyle
Gets the result of merging the default style and the style set as Spinner
Declaration
public Style ActualSpinnerSeparatorStyle { get; }
Property Value
Microsoft.
|
ActualSpinnerStyle
Gets the result of merging the default style and the style set as Spinner
Declaration
public Style ActualSpinnerStyle { get; }
Property Value
Microsoft.
|
AreSpinnerHeadersVisible
Gets or sets a boolean value which indicates if separate header for each of the spinner components will be generated.
Declaration
public bool AreSpinnerHeadersVisible { get; set; }
Property Value
System.
|
SelectionHighlightStyle
Gets or sets the style which is applied to the selection highlight border.
Declaration
public Style SelectionHighlightStyle { get; set; }
Property Value
Microsoft.
|
SpinnerFormat
Gets or sets the format based on which the RadMultiSpinnerPickerBaseBase generates different spinners.
Declaration
public string SpinnerFormat { get; set; }
Property Value
System.
|
SpinnerHeaderSeparatorStyle
Gets or sets the style which is applied to the separator between headers and the spinners.
Declaration
public Style SpinnerHeaderSeparatorStyle { get; set; }
Property Value
Microsoft.
|
SpinnerHeaderStyle
Gets or sets the style which is applied to each spinner header.
Declaration
public Style SpinnerHeaderStyle { get; set; }
Property Value
Microsoft.
|
SpinnerSeparatorStyle
Gets or sets the style which is applied to the separators between the spinners.
Declaration
public Style SpinnerSeparatorStyle { get; set; }
Property Value
Microsoft.
|
SpinnerStyle
Gets or sets a style which is applied to each of the generated spinner components.
Declaration
public Style SpinnerStyle { get; set; }
Property Value
Microsoft.
|