RadControls for Silverlight

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.1050

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..RadRangeBase
            Telerik.Windows.Controls..::..RadNumericUpDown

See Also