Skip to main content

BootstrapSpinEditProperties Properties

Contains settings specific to a spin editor.
Name Description
AllowMouseWheel Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel. Inherited from ButtonEditPropertiesBase.
AllowNull Gets or sets a value that specifies whether the spin editor allows null values to be entered. Inherited from SpinEditProperties.
AllowUserInput Gets or sets a value that specifies whether end-users are allowed to input values into an editor’s edit box. Inherited from ButtonEditPropertiesBase.
Buttons Gets the collection of editor buttons.
ButtonTemplate Gets or sets a common template used for rendering the editor’s buttons. Inherited from ButtonEditPropertiesBase.
ClearButton Gets the settings of the editor’s Clear button.
ClientInstanceName Specifies the editor’s client programmatic identifier. Inherited from EditPropertiesBase.
ClientSideEvents Gets an object that lists the client-side events specific to the ASPxSpinEdit. Inherited from SpinEditProperties.
ConvertEmptyStringToNull Gets or sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field. Inherited from EditProperties.
DecimalPlaces Gets or sets the number of decimal places to display for the numbers in the spin editor. Inherited from SpinEditProperties.
DisplayFormatInEditMode Gets or sets a value specifying whether a format pattern defined via the EditPropertiesBase.DisplayFormatString property should be applied to the editor value displayed in the edit mode of a complex data control (e.g. ASPxGridView). Inherited from TextEditProperties.
DisplayFormatString Gets or sets the pattern used to format the editor’s value for display purposes if the SpinEditProperties.NumberFormat property is set to SpinEditNumberFormat.Custom. Inherited from SpinEditProperties.
EnableClientSideAPI Gets or sets a value that specifies whether the editor can be manipulated on the client side via code. Inherited from EditPropertiesBase.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from EditPropertiesBase.
EncodeHtml Gets or sets whether to encode cell values in a column/row.. Inherited from EditPropertiesBase.
HelpText Gets or sets the current editor help text. Inherited from TextEditProperties.
HelpTextSettings Provides access to an editor’s help text settings.
Increment Gets or sets the value by which the spin editor’s value is changed when clicking a small increment/decrement spin button. Inherited from SpinEditProperties.
LargeIncrement Gets or sets the amount by which the spin editor’s value is changed when clicking a large increment/decrement spin button. Inherited from SpinEditProperties.
MaxLength Gets or sets the maximum number of characters an end user can enter into the editor. Inherited from TextBoxPropertiesBase.
MaxValue Gets or sets the maximum value of the editor. Inherited from SpinEditProperties.
MinValue Gets or sets the editor’s minimum value. Inherited from SpinEditProperties.
NullDisplayText Gets or sets the text displayed within the editor’s edit region when the editor’s value is null. Inherited from EditPropertiesBase.
NullText Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null. Inherited from SpinEditProperties.
NullTextDisplayMode Specifies when the null text is visible in the editor. Inherited from TextEditProperties.
NumberFormat Gets or sets the format of the spin editor’s displayed number. Inherited from SpinEditProperties.
NumberType Gets or sets a value that specifies whether a spin editor edits float or integer values. Inherited from SpinEditProperties.
ParentImages This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase.
ParentSkinOwner For internal use only. Inherited from EditPropertiesBase.
ParentStyles This property is not in effect for the EditPropertiesBase class. Inherited from EditPropertiesBase.
SelectInputTextOnClick Specifies whether to select all text within the editor when it is focused. Inherited from TextEditProperties.
ShowOutOfRangeWarning Gets or sets a value that specifies whether a warning message is displayed when an end-user types a number that is out of the range specified by the SpinEditProperties.MinValue and SpinEditProperties.MaxValue properties. Inherited from SpinEditProperties.
SpinButtons Gets the settings of the editor’s spin buttons.
ValidationSettings Gets the editor’s validation settings.
ValueChangedDelay Gets or sets the time interval between the time when an end-user starts changing the editor’s value, and the client ASPxClientSpinEdit.NumberChanged and ASPxClientEdit.ValueChanged events are raised. Inherited from SpinEditPropertiesBase.
Width Gets or sets the editor’s width. Inherited from TextEditProperties.
See Also