Skip to main content
A newer version of this page is available. .

Range.Auto Property

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

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool Auto { get; set; }

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