Class SpinMode
Defines the possible spin modes in the RadTimeSpanPicker control.
Inheritance
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class SpinMode : Enum
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
public const SpinMode AllSections
Field Value
SpinMode
|
CurrentSectionOnly
Spinning only the current section with no change from min to max and vice versa.
Declaration
public const SpinMode CurrentSectionOnly
Field Value
SpinMode
|
None
value__
Declaration
public int value__
Field Value
System.Int32
|