Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

#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