Back to Devexpress

TcxCustomSpinEditProperties.UseCtrlIncrement Property

vcl-cxspinedit-dot-tcxcustomspineditproperties-0d8feb7e.md

latest1.4 KB
Original Source

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

TypeDefault
BooleanFalse

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

TcxCustomSpinEditProperties Class

TcxCustomSpinEditProperties Members

cxSpinEdit Unit