The RangeControl basically represents a Slider in RangeMode, designed for navigating in large amounts of data.
In most cases it is used as time navigation where the user can zoom in and out and move around the timeline.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public class RadRangeControl : RadSlider,
IThemable |
| Visual Basic |
|---|
Public Class RadRangeControl _
Inherits RadSlider _
Implements IThemable |
Inheritance Hierarchy
See Also