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

DXRichEditMailMergeOptions.DataMember Property

Gets or sets the member of a mail-merge document ‘s data source. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public string DataMember { get; set; }

Property Value

Type Description
String

A String value, specifying the data member name.

Property Paths

You can access this nested property as listed below:

Object Type Path to DataMember
RichEditControl
.MailMergeOptions .DataMember

Remarks

Specify the DataMember property after assigning a dataset that contains multiple data tables to the DXRichEditMailMergeOptions.DataSource property.

The DataMember is irrelevant when the document data source is a data table, data view or custom object.

See Also