TcxCustomSpinEditProperties.CanEdit Property
Determines whether the direct editing is enabled.
Declaration
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