RichEditCustomDocumentProcessor.CustomizeMergeFields(Action<CustomizeMergeFieldsEventArgs>) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public RichEditCustomDocumentProcessor CustomizeMergeFields(
Action<CustomizeMergeFieldsEventArgs> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Customize |
A delegate method that accepts Customize |
#Returns
Type | Description |
---|---|
Rich |
A Rich |
See Also