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

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