SpinEditProperties Class
Contains settings specific to a spin editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return SpinEditProperties objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | CardViewSpinEditColumn.PropertiesSpinEdit |
FilterControlSpinEditColumn.PropertiesSpinEdit | |
GanttSpinEditColumn.PropertiesSpinEdit | |
GridViewDataSpinEditColumn.PropertiesSpinEdit | |
TreeListSpinEditColumn.PropertiesSpinEdit | |
VerticalGridSpinEditRow.PropertiesSpinEdit | |
ASP.NET MVC Extensions | MVCxSpinEdit.Properties |
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.