Back to Devexpress

RangeControl.UpdateDelay Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-9892e000.md

latest1.5 KB
Original Source

RangeControl.UpdateDelay Property

Specifies the delay (in milliseconds) that occurs before passing the changes made in a Range Control to its associated client. 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 int UpdateDelay { get; set; }
vb
Public Property UpdateDelay As Integer

Property Value

TypeDescription
Int32

An integer value specifying the update delay, in milliseconds.

|

Remarks

If the RangeControl.AllowImmediateRangeUpdate property is set to true , the UpdateDelay property is ignored.

See Also

Range Control Clients

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace