RadControls for WPF

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.Controls
Assembly: 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

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls.Primitives..::..RangeBase
                Telerik.Windows.Controls..::..DoubleRangeBase
                  Telerik.Windows.Controls..::..RadSlider
                    Telerik.Windows.Controls..::..RadRangeControl

See Also