Skip to main content

DXRichEditMailMergeOptions Members

Contains common mail merge options

Constructors

Name Description
DXRichEditMailMergeOptions() Initializes a new instance of the DXRichEditMailMergeOptions class with the default settings.

Fields

Name Description
ActiveRecordProperty static Identifies the DXRichEditMailMergeOptions.ActiveRecord dependency property.
DataMemberProperty static Identifies the DXRichEditMailMergeOptions.DataMember dependency property.
DataSourceProperty static Identifies the DXRichEditMailMergeOptions.DataSource dependency property.
FieldNameFormatStringProperty static Identifies the FieldNameFormatString dependency property.
KeepLastParagraphProperty static Identifies the DXRichEditMailMergeOptions.KeepLastParagraph dependency property.
ViewMergedDataProperty static Identifies the DXRichEditMailMergeOptions.ViewMergedData dependency property.

Properties

Name Description
ActiveRecord Gets or sets the index of a data record displayed by fields in a mail merge document. This is a dependency property.
CustomSeparators Allows you to specify group and decimal separators used in a numeric format switch.
DataMember Gets or sets the member of a mail merge document ‘s data source. This is a dependency property.
DataSource Gets or sets the data source of a mail merge document. This is a dependency property.
FieldNameFormatString Specifies the field format string. This is a dependency property.
KeepLastParagraph Specifies whether to keep the last paragraph of the inserted document in the resulting document. This is a dependency property.
ViewMergedData Specifies whether to display field results or field codes in a mail merge document. This is a dependency property.
See Also