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

MailMergeCustomSeparators.MaskDecimalSeparator Property

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string MaskDecimalSeparator { get; set; }

Property Value

Type Description
String

A string which will be recognized as a decimal separator.

Remarks

If the MaskDecimalSeparator 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 MaskDecimalSeparator property to use another symbol as the decimal separator in a format field. When RichEditControl parses the numeric format string, it recognizes the specified symbol as the decimal separator.

See Also