Skip to main content

TcxCalcEditPropertiesValues Properties

Contains the property flags that indicate which properties specific to an editor with a dropdown calculator have been changed.
Name Description
DisplayFormat Specifies whether the format string of a text editor has been modified. Inherited from TcxTextEditPropertiesValues.
EditFormat Specifies if the format string used by a text editor when it’s in edit mode has been modified. Inherited from TcxTextEditPropertiesValues.
MaxLength Specifies whether the maximum number of characters an end-user can enter into an editor has been changed. Inherited from TcxTextEditPropertiesValues.
MaxValue Inherited from TcxCustomEditPropertiesValues.
MinValue Inherited from TcxCustomEditPropertiesValues.
Precision Specifies whether the number of digits displayed in a calculator control has been changed.
ReadOnly Specifies whether an editor’s read-only state has been modified. Inherited from TcxCustomEditPropertiesValues.
See Also