Skip to main content
Tab

TrackBarProperties.ValueChangedDelay Property

Gets or sets the time interval between the time that an end-user has finished changing the editor’s value, and the client ASPxClientTrackBar.PositionChanged and ASPxClientEdit.ValueChanged events are raised.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int ValueChangedDelay { get; set; }

Property Value

Type Default Description
Int32 0

An Int32 value that specifies the delay, in milliseconds.

Remarks

Use the ValueChangedDelay property to specify the delay before the client ASPxClientTrackBar.PositionChanged and ASPxClientEdit.ValueChanged events are raised, in response to an end-user changing an edit value (by clicking and holding down the editor’s spin button or by scrolling the mouse wheel while the editor has focus).

Note

The ValueChangedDelay property synchronizes its value with the editor’s ASPxTrackBar.ValueChangedDelay property.

See Also