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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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