Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v18.1.dll

Syntax
C# |
public BootstrapSpinEditPropertiesBuilder ValueChangedDelay(
int valueChangedDelay
)
|
VB |
Public Function ValueChangedDelay(
ByVal valueChangedDelay As Integer
) As BootstrapSpinEditPropertiesBuilder
|
Parameters
-
valueChangedDelay
-
Type: Int32
Return value
Type:
BootstrapSpinEditPropertiesBuilder

See Also