winforms-sdk/RadRichTextEditor/CustomMergeField
DKaramfilov d201f7055a changed file location 2020-07-06 09:03:23 +03:00
..
CustomMergeFieldCS Custom Field in RichTextEditor example 2020-07-06 08:54:33 +03:00
CustomMergeFieldVB Custom Field in RichTextEditor example 2020-07-06 08:54:33 +03:00
CustomMergeField.sln Custom Field in RichTextEditor example 2020-07-06 08:54:33 +03:00
Readme.md changed file location 2020-07-06 09:03:23 +03:00

Readme.md

##Create Custom Merge Field##

This example demonstrates how to create a custom merge field. The business object in the example contains a list of products. Our merge field will use this list to create a table with all products. The main part of the code is the GetResultFragment method. In this method you can use the business object to create a content that best suits your requirement.

<keywords: replace, inherit>