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

SnapMailMergeExportOptions.RecordSeparator Property

Specifies the type of separator to insert between each pair of master sections in a mail-merge document.

Namespace: DevExpress.Snap.Core.Options

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

RecordSeparator RecordSeparator { get; set; }

Property Value

Type Description
RecordSeparator

A RecordSeparator enumeration value, specifying the separator type.

Available values:

Name Description
Custom

Records are separated in a custom way.

None

Records are not separated.

PageBreak

Records are separated by page breaks.

SectionNextPage

Records are separated by section breaks.

SectionEvenPage

Records are separated by section breaks. New sections are started on even-numbered pages.

SectionOddPage

Records are separated by section breaks. New sections are started on odd-numbered pages.

Paragraph

Records are separated by paragraphs.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecordSeparator
MailMergeExportFormShowingEventArgs
.Options.RecordSeparator

Remarks

The following image illustrates the Export Range dialog where the separator can be specified.

snap-mail-merge-export-range-dialog

See Also