wpf-devexpress-dot-xpf-dot-editors-616e3c6e.md
Contains settings that define a range for an editor.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class Range :
DXFrameworkContentElement
Public Class Range
Inherits DXFrameworkContentElement
The following members return Range objects:
To define a range, set the required values to its Range.Limit1 and Range.Limit2 properties. To leave range limits calculated automatically, set the Range.Auto property to true.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement Range
See Also