Timestamp editor is intended for managing timestamp values.
The appearance and the behaviour of the Timestamp editor can be defined with its properties:
Property | Description |
---|---|
FormatString | Defines the format in which the text will be displayed. |
NullText | Defines the string that is displayed if the value of a field is missing or null. |
AllowNullInput | If property is set to True, null value can be entered in the editor. |
To implement a Timestamp editor on a field
- Open appropriate adapter in Solution Explorer.
- Expand the desired field in the appropriate data source schema.
- Click Editor node and select TimestampEditor from a list of editors in the Available Editors section on the right.