RadControls for WPF

Represents an element that has a value within a specific range.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class RadRangeBase : Control
Visual Basic
Public MustInherit Class RadRangeBase _
	Inherits Control

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
              Telerik.Windows.Controls..::..RadRangeBase
                Telerik.Windows.Controls..::..RadNumericUpDown

See Also