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
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