skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI UI for Xamarin

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadMultiSpinnerPickerBase

Inheritance
System.Object
RadContentView
PickerContentView
RadPickerBase
RadMultiSpinnerPickerBase
RadDatePicker
RadDateTimePicker
RadTimePicker
RadTimeSpanPicker
Inherited Members
RadPickerBase.DisplayStringProperty
RadPickerBase.DisplayStringFormatProperty
RadPickerBase.DisplayLabelStyleProperty
RadPickerBase.ActualDisplayLabelStyleProperty
RadPickerBase.DisplayTemplateProperty
RadPickerBase.PlaceholderProperty
RadPickerBase.PlaceholderLabelStyleProperty
RadPickerBase.ActualPlaceholderLabelStyleProperty
RadPickerBase.PlaceholderTemplateProperty
RadPickerBase.SelectorSettingsProperty
RadPickerBase.ClearSelection()
RadPickerBase.DisplayString
RadPickerBase.DisplayLabelStyle
RadPickerBase.ActualDisplayLabelStyle
RadPickerBase.DisplayTemplate
RadPickerBase.DisplayStringFormat
RadPickerBase.Placeholder
RadPickerBase.PlaceholderLabelStyle
RadPickerBase.ActualPlaceholderLabelStyle
RadPickerBase.PlaceholderTemplate
RadPickerBase.SelectorSettings
RadPickerBase.ToggleCommand
RadPickerBase.ClearCommand
RadPickerBase.SelectionChanged
PickerContentView.BackgroundColorProperty
PickerContentView.BorderColorProperty
PickerContentView.BorderThicknessProperty
PickerContentView.CornerRadiusProperty
PickerContentView.BackgroundColor
PickerContentView.BorderColor
PickerContentView.BorderThickness
PickerContentView.CornerRadius
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element)
RadContentView.OnBindingContextChanged()
RadContentView.OnMeasure(Double, Double)
RadContentView.OnPropertyChanged(String)
RadContentView.ActualStyleClass
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll

Syntax

public abstract class RadMultiSpinnerPickerBase : RadPickerBase

Constructors

RadMultiSpinnerPickerBase()

Declaration
protected RadMultiSpinnerPickerBase()

Fields

ActualSelectionHighlightStyleProperty

Identifies the ActualSelectionHighlightStyle property.

Declaration
public static readonly BindableProperty ActualSelectionHighlightStyleProperty
Field Value
Xamarin.Forms.BindableProperty

ActualSpinnerHeaderStyleProperty

Identifies the ActualSpinnerHeaderStyle property.

Declaration
public static readonly BindableProperty ActualSpinnerHeaderStyleProperty
Field Value
Xamarin.Forms.BindableProperty

ActualSpinnerStyleProperty

Identifies the ActualSpinnerStyle property.

Declaration
public static readonly BindableProperty ActualSpinnerStyleProperty
Field Value
Xamarin.Forms.BindableProperty

AreSpinnerHeadersVisibleProperty

Identifies the AreSpinnerHeadersVisible property.

Declaration
public static readonly BindableProperty AreSpinnerHeadersVisibleProperty
Field Value
Xamarin.Forms.BindableProperty

IsLoopingProperty

Identifies the IsLooping property.

Declaration
public static readonly BindableProperty IsLoopingProperty
Field Value
Xamarin.Forms.BindableProperty

SelectionHighlightStyleProperty

Identifies the SelectionHighlightStyle property.

Declaration
public static readonly BindableProperty SelectionHighlightStyleProperty
Field Value
Xamarin.Forms.BindableProperty

SpinnerFormatProperty

Identifies the SpinnerFormat property.

Declaration
public static readonly BindableProperty SpinnerFormatProperty
Field Value
Xamarin.Forms.BindableProperty

SpinnerHeaderStyleProperty

Identifies the SpinnerHeaderStyle property.

Declaration
public static readonly BindableProperty SpinnerHeaderStyleProperty
Field Value
Xamarin.Forms.BindableProperty

SpinnerStyleProperty

Identifies the SpinnerStyle property.

Declaration
public static readonly BindableProperty SpinnerStyleProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

ActualSelectionHighlightStyle

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.

Declaration
public Style ActualSelectionHighlightStyle { get; }
Property Value
Xamarin.Forms.Style

ActualSpinnerHeaderStyle

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.

Declaration
public Style ActualSpinnerHeaderStyle { get; }
Property Value
Xamarin.Forms.Style

ActualSpinnerStyle

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.

Declaration
public Style ActualSpinnerStyle { get; }
Property Value
Xamarin.Forms.Style

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.Boolean

IsLooping

Gets or sets a value indicating whether the items of the spinners should loop infinitely while scrolling. When set to true, the items of each spinner can loop infinitely, unless that spinner is restricted to show only a subset of the available values. When set to false, the looping is always disabled for all spinners.

Declaration
public bool IsLooping { get; set; }
Property Value
System.Boolean

SelectionHighlightStyle

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

Declaration
public Style SelectionHighlightStyle { get; set; }
Property Value
Xamarin.Forms.Style

SpinnerFormat

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

Declaration
public string SpinnerFormat { get; set; }
Property Value
System.String

SpinnerHeaderStyle

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

Declaration
public Style SpinnerHeaderStyle { get; set; }
Property Value
Xamarin.Forms.Style

SpinnerStyle

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

Declaration
public Style SpinnerStyle { get; set; }
Property Value
Xamarin.Forms.Style

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.