EditingFieldEditorNames Fields
Specifies editors that can be used for changing control content in Print Preview.| Name | Description |
|---|---|
| Date static | An editor with a mask for entering date-time values. |
| FixedPoint static | An editor with a mask for entering real values. |
| FixedPointPositive static | An editor with a mask for entering positive real values. |
| Image static | An editor that allows end-users to specify an image. |
| ImageAndSignature static | An editor that allows end-users to specify an image and/or draw something (e.g., a signature). |
| Integer static | An editor with a mask for entering integer values. |
| IntegerPositive static | An editor with a mask for entering positive integer values. |
| OnlyLatinLetters static | An editor with a mask for entering Latin letters only. |
| OnlyLetters static | An editor with a mask for entering letters only. |
| OnlyLowercaseLetters static | An editor with a mask for entering lowercase letters only (entered characters are converted to lowercase). |
| OnlyUppercaseLetters static | An editor with a mask for entering uppercase letters only (entered characters are converted to uppercase). |
| Signature static | An editor that allows end-users to draw a signature. |
See Also