Skip to main content
A newer version of this page is available. .

RichEditSettings.CustomizeMergeFields Property

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

Declaration

public CustomizeMergeFieldsEventHandler CustomizeMergeFields { get; set; }

Property Value

Type Description
CustomizeMergeFieldsEventHandler

A CustomizeMergeFieldsEventHandler method to which custom processing is delegated.

See Also