Enum
SpinMode

Defines the possible spin modes in the RadTimeSpanPicker control.

Definition

Namespace:Telerik.Windows.Controls.TimeSpanPicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

cs-api-definition
public enum SpinMode

Fields

AllSections

Spinning the current section and the section bigger than the current one. If maximum (or minimum) of the section is reached, the bigger section is increased (or decreased with single step).

Declaration

cs-api-definition
AllSections = 2

Field Value

SpinMode

CurrentSectionOnly

Spinning only the current section with no change from min to max and vice versa.

Declaration

cs-api-definition
CurrentSectionOnly = 1

Field Value

SpinMode

None

Spinning is not allowed.

Declaration

cs-api-definition
None = 0

Field Value

SpinMode

In this article
DefinitionFieldsAllSectionsCurrentSectionOnlyNone
Not finding the help you need?
Contact Support