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

    Lists values that indicate the position of a number format label.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum NumberFormatLabelPosition

    Members

    Name Description
    Suffix

    The number format label is displayed after the number.

    Prefix

    The number format label is displayed before the number.

    Related API Members

    The following properties accept/return NumberFormatLabelPosition values:

    See Also