Specifies the format that the component’s value is displayed in when it is being edited.
Declaration
componentPropObj.EditFormat
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxCurrencyEditProperties, TcxSpinEditProperties
Description
Use the EditFormat
property to get or set the format that the component’s value is displayed in when it is being edited (that is, when the component has the input focus).
The edit format only affects the way the value is displayed in the component. It does not affect the value itself. |
Property Value
A string that specifies the format applied to the component’s value when it is being edited. The default value is an empty string that signifies that formatting is not applied.
For information on edit format specifiers, see User Forms Components - Format Specifiers.
See Also
User Forms Components - Format Specifiers
DisplayFormat Property