Skip to main content

MailMergeOptions.DataSource Property

Gets or sets the data source for the mail merge.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

object DataSource { get; set; }

#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