Skip to main content
All docs
V26.1
  • NumberFormat.DisplayFormat Property

    Gets or sets the display format of the formatted number.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public NumberFormatDisplayFormat DisplayFormat { get; set; }

    Property Value

    Type Description
    NumberFormatDisplayFormat

    The display format of the formatted number.

    Available values:

    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.

    See Also