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.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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