AllowMouseWheel
|
Gets or sets a value that specifies whether an end-user is able to change the editor's value using the mouse wheel.
|
AllowNull
|
Gets or sets a value that specifies whether the spin editor allows null values to be entered.
|
AllowUserInput
|
Gets or sets a value that specifies whether end-users are allowed to input values into an editor's edit box.
|
ButtonEditEllipsisImage
|
Gets the settings which define the ellipsis image displayed within editor buttons.
|
Buttons
|
Gets the collection of editor buttons.
|
ButtonStyle
|
Gets the style settings used to paint the editor's buttons.
|
ButtonTemplate
|
Gets or sets a common template used for rendering the editor's buttons.
|
ClearButton
|
Gets the settings of the editor's Clear button.
|
ClearButtonStyle
|
Gets the style settings that define the appearance of an editor's Clear button.
|
ClientSideEvents
|
Gets an object that lists the client-side events specific to the ASPxSpinEdit.
|
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.
|
CustomButtonsPosition
|
Specifies the position of custom control buttons relative to the input element.
|
DecimalPlaces
|
Gets or sets the number of decimal places to display for the numbers in the spin editor.
|
DecrementButtonStyle
|
Gets the style settings which define the spin decrement button's appearance.
|
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).
|
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.
|
EnableDefaultAppearance
|
Obsolete. Specifies whether to enable the control's default appearance.
|
EnableFocusedStyle
|
Gets or sets a value that specifies whether an editor in a focused state is displayed with predefined style settings.
|
FocusedStyle
|
Gets the style settings which define an editor's appearance in the focused state.
|
Height
|
Gets or sets the editor's height.
|
HelpText
|
Gets or sets the current editor help text.
|
HelpTextSettings
|
Provides access to an editor's help text settings.
|
HelpTextStyle
|
Gets the style settings that define an editor's help text appearance.
|
Increment
|
Gets or sets the value by which the spin editor's value is changed when clicking a small increment/decrement spin button.
|
IncrementButtonStyle
|
Gets the style settings which define the increment button's appearance.
|
InvalidStyle
|
Gets the style settings which define an editor's appearance in the invalid state.
|
LargeDecrementButtonStyle
|
Gets the style settings used to represent the editor's large decrement spin button.
|
LargeIncrement
|
Gets or sets the amount by which the spin editor's value is changed when clicking a large increment/decrement spin button.
|