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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the selected range and visible range are reset in specific cases; otherwise, false. |
See Also