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

MailMergeCustomSeparators.FieldResultGroupSeparator Property

Gets or sets a symbol displayed in the field result instead of a group separator specified in the numeric format switch.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string FieldResultGroupSeparator { get; set; }

Property Value

Type Description
String

A string which will be displayed as a group separator.

Remarks

The MailMergeCustomSeparators.MaskDecimalSeparator property specifies the group separator used when parsing the numeric format switch, while the FieldResultGroupSeparator specifies the group separator used for displaying the field result of a document field containing the numeric format switch with the group separator.

See Also