MailMergeOptions.DataSource Property
In This Article
Gets or sets the data source for the mail merge.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object that represents the data source from which the merged data is retrieved. |
#Remarks
Any object that provides the IList interface can serve as the data source for the mail merge using the RichEditControl.
See Also