Back to Devexpress

Range Class

wpf-devexpress-dot-xpf-dot-editors-616e3c6e.md

latest2.0 KB
Original Source

Range Class

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

Declaration

csharp
public class Range :
    DXFrameworkContentElement
vb
Public Class Range
    Inherits DXFrameworkContentElement

The following members return Range objects:

Remarks

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.

Inheritance

Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement Range

See Also

Range Members

DevExpress.Xpf.Editors Namespace