SpinEditProperties Class
Contains settings specific to a spin editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class SpinEditProperties :
SpinEditPropertiesBase
#Related API Members
The following members return SpinEditProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Filter |
|
Gantt |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#Remarks
In addition to the common button editor settings inherited from its ancestors, the SpinEditProperties class implements type specific properties that, in particular, allow its spin buttons appearance and position to be customized (SpinEditProperties.SpinButtons), small and large incrememt values to be specified (SpinEditProperties.Increment, SpinEditProperties.LargeIncrement), null values input availability to be controlled (SpinEditProperties.AllowNull), minimum and maximum allowed values to be specified (SpinEditProperties.MinValue, SpinEditProperties.MaxValue), the number input mode to be controlled (SpinEditProperties.NumberType), the number of decimal places to be defined (SpinEditProperties.DecimalPlaces), the display format of the editor’s number to be specified (SpinEditProperties.NumberFormat) etc.