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

TcxCustomSpinEditProperties.UseCtrlIncrement Property

Determines whether incrementing/decrementing the spin value requires holding down the Ctrl key.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

To increment or decrement the spin value a user can do one of the following:

  • Click the spin buttons;

  • Press the Up Arrow or Down Arrow key to change the spin value by the Increment property value;

  • Press the Page Up or Page Down key to change the spin value by the LargeIncrement property value.

Set the UseCtrlIncrement property to True to allow an end-user to increment/decrement the spin value with the keys listed above only while holding down the Ctrl key. Otherwise, holding down the Ctrl key is not required.

The default value of the UseCtrlIncrement property is False.

See Also