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

MailMergeCustomSeparators.FieldResultDecimalSeparator Property

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public string FieldResultDecimalSeparator { get; set; }

Property Value

Type Description
String

A string which will be displayed as a decimal separator.

Remarks

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

See Also