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

    Lists values used to specify currency style.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum FormFieldCurrencyStyle

    Members

    Name Description
    None

    No currency sign.

    Before

    The currency symbol is placed before the number.

    BeforeWithSpace

    The currency symbol with space is placed before the number.

    After

    The currency symbol is placed after the number.

    AfterWithSpace

    The currency symbol with space is placed after the number.

    See Also