CustomizeMergeFieldsEventArgs(MergeFieldName[]) Constructor
Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
mergeFieldsNames | MergeFieldName[] | An array of MergeFieldName objects that map data field names to display names. |
Remarks
The CustomizeMergeFieldsEventArgs is created automatically and passed to the handler of the RichEditControl.CustomizeMergeFields event.
See Also