Skip to main content

TcxCustomSpinEditProperties.UseCtrlIncrement Property

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

Declaration

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