Skip to main content
All docs
V26.1
  • FormFieldNumberSeparatorStyle Enum

    Lists values used to specify the separator format.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum FormFieldNumberSeparatorStyle

    Members

    Name Description
    CommaDot

    Comma is a thousands separator, dot is a decimals separator.

    Dot

    Dot is a decimals separator.

    DotComma

    Dot is a thousands separator, comma is a decimals separator.

    Comma

    Comma is a decimals separator.

    ApostropheDot

    Apostrophe separates thousands, dot separates decimals.

    See Also