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

Specifies the increment value for a spin editor.

#Declaration

Delphi
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