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.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| 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