Skip to main content
A newer version of this page is available. .
Tab

ASPxSpinEditBase.ValueChangedDelay Property

Gets or sets the time interval between the time when an end-user starts changing the editor’s value, and the client ASPxClientSpinEdit.NumberChanged and ASPxClientEdit.ValueChanged events are raised.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value that specifies the delay, in milliseconds.

Remarks

This property is a wrapper of the SpinEditPropertiesBase.ValueChangedDelay property.

See Also