Back to Devexpress

Range.Auto Property

wpf-devexpress-dot-xpf-dot-editors-dot-range.md

latest1.1 KB
Original Source

Range.Auto Property

Gets or sets a value indicating whether range limits should be calculated automatically.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool Auto { get; set; }
vb
Public Property Auto As Boolean

Property Value

TypeDescription
Boolean

true, to automatically calculate range limis; otherwise, false.

|

Remarks

Range limits are defined by the Range.Limit1 and Range.Limit2 properties.

See Also

Range Class

Range Members

DevExpress.Xpf.Editors Namespace