StepAction
Enum
Defines the behavior of a range slider when a Large/Small step is performed.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum StepAction
Fields
Increases/Decreases the range.
C#
ChangeRange = 0
Moves the whole range.
C#
MoveRange = 1