aspnetcore-js-devexpress-dot-richedit-7e940109.md
Declares properties related to the mail merge functionality.
export interface IMailMergeSettings
Specifies the active record index.
activeRecord?: number
| Type | Description |
|---|---|
| number |
The active record index.
|
Use the activeRecordIndex method to navigate through records when the viewMergedData property is set to true.
Specifies the data source for the mail merge.
dataSource?: any[] | string | CustomStoreOptions | DataSourceOptions | DevExpress.data.Store | DevExpress.data.DataSource
| Type | Description |
|---|---|
| any |
The mail merge data source.
|
Specifies whether the merged data is displayed in the Rich Text Editor.
viewMergedData?: boolean
| Type | Description |
|---|---|
| boolean |
true to display the merged data; false to hide the merged data.
|