Skip to main content

IRangeControlClient.ConvergeThumbsOnZoomingOut Property

This property specifies whether to change the selected range in accordance with the visible range.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

NuGet Package: DevExpress.Wpf.Core

Declaration

bool ConvergeThumbsOnZoomingOut { get; }

Property Value

Type Description
Boolean

true to change the selected range in accordance with the visible range; otherwise, false.

See Also