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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
String | The data member name. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DataMember |
---|---|
RichEditControl |
|
Remarks
Specify the DataMember property if a dataset used in a mail merge data source ( set as theDXRichEditMailMergeOptions.DataSource property value) contains multiple data tables.
The DataMember
is ignored when the document data source is a data table, data view, or a custom object.
See Also