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.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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.