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

TcxSpinEditButtons.Position Property

Specifies the position of spin editor buttons.

#Declaration

Delphi
property Position: TcxSpinEditButtonsPosition read; write; default sbpVert;

#Property Value

Type Default
TcxSpinEditButtonsPosition sbpVert

#Remarks

Spin editors are capable of displaying four buttons to affect the edited value. Two are used to increment and decrement the edited value by the Increment property value. The other two modify the edited value by the LargeIncrement property value but they are only visible if the ShowFastButtons property is set to True. How these buttons are oriented and positioned within the editor is controlled by the Position property.

All the possible values for the Position property are listed in the following table.

Value Meaning
sbpHorzLeftRight
sbpHorzRight
sbpVert

The default value of the Position property is sbpVert.

See Also