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

TcxCustomSpinEdit.Value Property

Contains a value displayed by a spin editor.

#Declaration

Delphi
property Value: Variant read; write;

#Property Value

Type
Variant

#Remarks

The Value property defines a value which is currently displayed by a spin editor. When a user edits the value, it is not immediately stored in the EditValue property. It will be stored in EditValue after a user presses the Enter key or sets focus to another control.

See Also