Range.Auto Property
In This Article
Gets or sets a value indicating whether range limits should be calculated automatically.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to automatically calculate range limis; otherwise, false. |
#Remarks
Range limits are defined by the Range.Limit1 and Range.Limit2 properties.
See Also