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.ShowFastButtons Property

Determines whether fast buttons are visible within an editor.

#Declaration

Delphi
property ShowFastButtons: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Press fast buttons to increase/decrease the EditValue of an editor by the LargeIncrement property value.

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

ShowFastButton is set to False ShowFastButton is set to True

Note that the visibility of both standard and fast spin buttons is controlled by the Visible property.

The default value of the ShowFastButtons property is False.

See Also