Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSpinEditPropertiesValues Properties
Show Inherited Hide Inherited

Contains the property flags that indicate which properties specific to a spin editor have been changed.
Name Description
DisplayFormat Specifies whether the format string of a text editor has been modified. Inherited from TcxTextEditPropertiesValues.
EditFormat Specifies if the format string used by a text editor when it’s in edit mode has been modified. Inherited from TcxTextEditPropertiesValues.
MaxLength Specifies whether the maximum number of characters an end-user can enter into an editor has been changed. Inherited from TcxTextEditPropertiesValues.
MaxValue Inherited from TcxCustomEditPropertiesValues.
MinValue Inherited from TcxCustomEditPropertiesValues.
ReadOnly Specifies whether an editor’s read-only state has been modified. Inherited from TcxCustomEditPropertiesValues.
ValueType Specifies whether the type of the spin value have been changed.
See Also