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

Determines whether the direct editing is enabled.

#Declaration

Delphi
property CanEdit: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

If the CanEdit property is set to True then a user can edit the value by typing a number directly within the spin editor. Otherwise, a user can only change the value by clicking the spin buttons or 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).

The default value of the CanEdit property is True.

See Also