Skip to main content

TcxCustomSpinEditProperties.Increment Property

Specifies the increment value for a spin editor.

Declaration

property Increment: Double read; write;

Property Value

Type
Double

Remarks

The current spin value is increased or decreased by the amount specified by the Increment property in response to any of the following actions:

  • Pressing the spin buttons (up and down arrows) within the spin editor;

  • Pressing the Up Arrow/Down Arrow key (or the Ctrl+Up Arrow or Ctrl+Down Arrow key combination if the UseCtrlIncrement property is set to True).

When a user clicks the spin buttons (up and down arrows), the current spin value is increased or decreased by the amount specified by the Increment property. The same effect can be achieved by pressing the Up/Down Arrow key (or the Ctrl+Up Arrow or Ctrl+Down Arrow key combination if the UseCtrlIncrement property is set to True).

Refer to the ValueType property description to learn how the Increment value is rounded based on the ValueType property value.

See Also