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

RangeControl.ResetRangesOnClientItemsSourceChanged Property

Gets or sets whether the selected range and visible range are reset when the RangeControl.Client‘s ItemsSource is changed.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

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

Declaration

public bool ResetRangesOnClientItemsSourceChanged { get; set; }

Property Value

Type Description
Boolean

true, if the selected range and visible range are reset in specific cases; otherwise, false.

See Also