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

    Gets or sets the formatted number label’s position.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public NumberFormatLabelPosition LabelPosition { get; set; }

    Property Value

    Type Description
    NumberFormatLabelPosition

    The position of the formatted number label.

    Available values:

    Name Description
    Suffix

    The number format label is displayed after the number.

    Prefix

    The number format label is displayed before the number.

    See Also