Skip to main content
Tab

SpinEditProperties Class

Contains settings specific to a spin editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SpinEditProperties :
    SpinEditPropertiesBase

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.

See Also