Sets a value that specifies whether a spin editor edits float or integer values.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v18.1.dll

Syntax
C# |
public BootstrapSpinEditPropertiesBuilder NumberType(
SpinEditNumberType numberType
)
|
VB |
Public Function NumberType(
ByVal numberType As SpinEditNumberType
) As BootstrapSpinEditPropertiesBuilder
|
Return value
Type:
BootstrapSpinEditPropertiesBuilder

See Also