skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadRangeBase

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

Inheritance
System.Object
RadRangeBase
RadNumericUpDown
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public abstract class RadRangeBase : Control

Constructors

RadRangeBase()

Initializes a new instance of the RadRangeBase class.

Declaration
protected RadRangeBase()

Fields

AutoReverseProperty

Identifies the AutoReverse dependency property.

Declaration
public static readonly DependencyProperty AutoReverseProperty
Field Value
System.Windows.DependencyProperty

LargeChangeProperty

Identifies the LargeChange dependency property.

Declaration
public static readonly DependencyProperty LargeChangeProperty
Field Value
System.Windows.DependencyProperty

MaximumProperty

Identifies the Maximum dependency property.

Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.Windows.DependencyProperty

MinimumProperty

Identifies the Minimum dependency property.

Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
System.Windows.DependencyProperty

SmallChangeProperty

Identifies the SmallChange dependency property.

Declaration
public static readonly DependencyProperty SmallChangeProperty
Field Value
System.Windows.DependencyProperty

ValueProperty

Identifies the Value dependency property.

Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.Windows.DependencyProperty

Properties

AutoReverse

Gets or sets the value that specifies whether the control will change its value to its minimum when it reaches its maximum, or vice versa.

Declaration
public bool AutoReverse { get; set; }
Property Value
System.Boolean

LargeChange

Gets or sets a value to be added to or subtracted from the Value of a RadRangeBase control.

Declaration
public double LargeChange { get; set; }
Property Value
System.Double

Maximum

Gets or sets the highest possible RadRangeBase.Value of the range element.

Declaration
public double Maximum { get; set; }
Property Value
System.Double

Minimum

Gets or sets the lowest possible RadRangeBase.Value of the range element.

Declaration
public double Minimum { get; set; }
Property Value
System.Double

SmallChange

Gets or sets the value to be added to or subtracted from the RadRangeBase.Value.

Declaration
public double SmallChange { get; set; }
Property Value
System.Double

Value

Gets or sets the current setting of the range control, which may be coerced.

Declaration
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>

Methods

ChangeValue(Double)

Adds the provided delta to the current value.

Declaration
protected virtual void ChangeValue(double delta)
Parameters
System.Double delta

The amount to add to Value.

OnMaximumChanged(Double, Double)

Called when the RadRangeBase.Maximum property changes.

Declaration
protected virtual void OnMaximumChanged(double oldMaximum, double newMaximum)
Parameters
System.Double oldMaximum

Old value of the RadRangeBase.Maximum property.

System.Double newMaximum

New value of the RadRangeBase.Maximum property.

OnMinimumChanged(Double, Double)

Called when the RadRangeBase.Minimum property changes.

Declaration
protected virtual void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
System.Double oldMinimum

Old value of the RadRangeBase.Minimum property.

System.Double newMinimum

New value of the RadRangeBase.Minimum property.

OnValueChanged(RadRangeBaseValueChangedEventArgs)

Raises the RadRangeBase.ValueChanged routed event.

Declaration
protected virtual void OnValueChanged(RadRangeBaseValueChangedEventArgs e)
Parameters
RadRangeBaseValueChangedEventArgs e

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
System.String

A System.String that represents this instance.

Events

ValueChanged

Occurs when the range value changes.

Declaration
public event EventHandler<RadRangeBaseValueChangedEventArgs> ValueChanged
Event Type
System.EventHandler<RadRangeBaseValueChangedEventArgs>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.