RichEditCustomDocumentProcessor.CustomizeMergeFields(Action<CustomizeMergeFieldsEventArgs>) Method
Fires when the ‘Insert Merge Field’ command button is clicked, and enables you to customize a drop-down field list.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
public RichEditCustomDocumentProcessor CustomizeMergeFields(
Action<CustomizeMergeFieldsEventArgs> method
)
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<CustomizeMergeFieldsEventArgs> | A delegate method that accepts CustomizeMergeFieldsEventArgs as a parameter. |
Returns
| Type | Description |
|---|---|
| RichEditCustomDocumentProcessor | A RichEditCustomDocumentProcessor object. |
See Also