ASPxRichEditFieldsSettings Properties
Contains options specifying a document’s Fields‘ behavior.| Name | Description |
|---|---|
| AllowedHyperlinkUriSchemes | Specifies allowed URI schemes. |
| CreateHyperlinkTooltip | Allows you to implement a custom tooltip for a hyperlink. |
| DefaultDateFormat | Specifies the format parameter for a newly created DATE field. |
| DefaultTimeFormat | Specifies the format parameter for a newly created TIME field. |
| OpenHyperlinkOnClick | Specifies whether a click opens a hyperlink. |
| UpdateFieldsBeforePrint | Gets or sets whether the control updates fields‘ values before printing. |
| UpdateFieldsOnPaste | Gets or sets whether the control updates the value of the field that has been pasted by an end-user. |
See Also