Enum SpinMode
Defines the possible spin modes in the RadTimeSpanPicker control.
Namespace: Telerik.Windows.Controls.TimeSpanPicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public enum SpinMode
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).
CurrentSectionOnly
Spinning only the current section with no change from min to max and vice versa.
None
Spinning is not allowed.