TextInputType Enum |
Docentric Toolkit Help
Send Feedback |
Specifies a TextInput type.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum TextInputType
| Member name | Description |
|---|---|
| CurrentDate | Specifies that a TextInput shows current date. |
| CurrentTime | Specifies that a TextInput shows current time. |
| Date | Specifies that the text of a TextInput is a date. |
| Expression | Specifies that a TextInput shows a text that gets calculated from an expression defined by the Text property. |
| Number | Specifies that the text of a TextInput is a number. |
| Text | Specifies that the text of a TextInput is a regular text. |