Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IMailMergeSettings Interface

Declares properties related to the mail merge functionality.

#Declaration

TypeScript
export interface IMailMergeSettings

#Properties

#activeRecord Property

Specifies the active record index.

#Declaration

TypeScript
activeRecord?: number

#Property Value

Type Description
number

The active record index.

#Remarks

Use the activeRecordIndex method to navigate through records when the viewMergedData property is set to true.

#dataSource Property

Specifies the data source for the mail merge.

#Declaration

TypeScript
dataSource?: any[] | string | DevExpress.data.CustomStoreOptions | DevExpress.data.DataSourceOptions | DevExpress.data.Store | DevExpress.data.DataSource

#Property Value

Type Description
any

The mail merge data source.

#viewMergedData Property

Specifies whether the merged data is displayed in the Rich Text Editor.

#Declaration

TypeScript
viewMergedData?: boolean

#Property Value

Type Description
boolean

true to display the merged data; false to hide the merged data.