Time editor consist of time control. It is appropriate for entering values of Time data type.
The appearance and the behaviour of the Time 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. If property is set to True, option Clear exists in the editor which inserts null value. |
To implement a Time 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 TimeEditor from a list of editors in the Available Editors section on the right.