Rich text controls can be bound to any class property.
The <RichTextControlWithBinding> field supports the following XML tags:
- <Caption>
- <Row>
- <Binding property>
- <IsReadOnly>
For more information about each tag, see Appendix: Supported XML Tags.
Example Use
Copy
<RichTextControlWithBinding>
<Caption>lblComment</Caption>
< BindingProperty>data_class</BindingProperty>
<IsReadOnly>False</IsReadOnly>
</RichTextControlWithBinding>