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

    Lists values that indicate the number display format.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum NumberFormatDisplayFormat

    Members

    Name Description
    ShowAsDecimal

    The number is displayed as a decimal value.

    ShowAsFraction

    The number is displayed as a fraction.

    Round

    The number is rounded to the nearest integer.

    Truncate

    The number is truncated to the nearest integer.

    Related API Members

    The following properties accept/return NumberFormatDisplayFormat values:

    See Also