Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

MailMergeCustomSeparators Class

Contains custom separators used in numeric format switches of the document fields.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[TypeConverter(typeof(ExpandableObjectConverter))]
[ComVisible(true)]
public class MailMergeCustomSeparators

The following members return MailMergeCustomSeparators objects:

Library Related API Members
WPF Controls DXRichEditMailMergeOptions.CustomSeparators
Office File API RichEditMailMergeOptions.CustomSeparators

Remarks

Use the RichEditMailMergeOptions.CustomSeparators property to get access to the MailMergeCustomSeparators object and specify the strings which are used as decimal and group separators in numeric format switches.

Inheritance

Object
MailMergeCustomSeparators
See Also