Back to Devexpress

TcxCustomSpinEditProperties.CanEdit Property

vcl-cxspinedit-dot-tcxcustomspineditproperties-8de804c2.md

latest1.0 KB
Original Source

TcxCustomSpinEditProperties.CanEdit Property

Determines whether the direct editing is enabled.

Declaration

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

Property Value

TypeDefault
BooleanTrue

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

TcxCustomSpinEditProperties Class

TcxCustomSpinEditProperties Members

cxSpinEdit Unit