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

MailMergeCustomSeparators.MaskGroupSeparator Property

Gets or sets a symbol used as a group separator in the numeric format switch of a document field.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string MaskGroupSeparator { get; set; }

Property Value

Type Description
String

A string which will be recognized as a group separator.

Remarks

If the MaskGroupSeparator is not specified, RichEditControl uses the group separator defined in the current locale to parse the numeric format switch in a document field. You can set the MaskGroupSeparator property to use another symbol as the group separator in a format field. When RichEditControl parses the numeric format string, it recognizes the specified symbol as a group separator.

See Also