CustomizeMergeFieldsEventArgs(MergeFieldName[]) Constructor
Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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