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.v20.2.dll
Declaration
[DefaultValue(0)]
public int ValueChangedDelay { get; set; }
<DefaultValue(0)>
Public Property ValueChangedDelay As Integer
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