Back to Devexpress

RangeControl.AllowImmediateRangeUpdate Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-28433689.md

latest2.1 KB
Original Source

RangeControl.AllowImmediateRangeUpdate Property

Gets or sets whether changes to the selected or visible area via the user interface are being posted immediately or after the interaction is completed. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.RangeControl

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowImmediateRangeUpdate { get; set; }
vb
Public Property AllowImmediateRangeUpdate As Boolean

Property Value

TypeDescription
Boolean

true, to post changes immediately; otherwise, false.

|

Remarks

If the AllowImmediateRangeUpdate property is set to true , dragging selection thumbs or zoom grips immediately changes values of the RangeControl.SelectionRangeStart and RangeControl.SelectionRangeEnd or RangeControl.VisibleRangeStart and RangeControl.VisibleRangeEnd properties respectively. If the AllowImmediateRangeUpdate property is set to false , the values of these properties are being changed after finishing the interaction, e.g., releasing the selection thumb.

See Also

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace