A newer version of this page is available.
Switch to the current version.
ASPxRichEdit.CustomizeMergeFields Event
Fires when the 'Insert Merge Field' command button is clicked, and enables you to customize a drop-down field list.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll
Declaration
public event CustomizeMergeFieldsEventHandler CustomizeMergeFields
Public Event CustomizeMergeFields As CustomizeMergeFieldsEventHandler
Event Data
The CustomizeMergeFields event's data class is CustomizeMergeFieldsEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
MergeFieldsNames | Gets or sets a list of fields shown by the InsertMergeField command with their display names. |
Remarks
Use the CustomizeMergeFieldsEventArgs.MergeFieldsNames property to specify fields and field names to show in the drop-down list.
See E3483 (for the WinForms RichEditControl) for an example of use.
See Also
Feedback