Skip to main content

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.v23.2.dll

NuGet Package: 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