DataItemNumericFormat Properties
Contains format settings for numeric values.| Name | Description |
|---|---|
| CurrencyCultureName | Gets or sets the name of a culture that defines the currency symbol and format. |
| CustomFormatString | Gets or sets a custom format string. |
| FormatType | Gets or sets the format type for numeric values. |
| IncludeGroupSeparator | Gets or sets whether separators should be inserted between digit groups. |
| Precision | Gets or sets the number of fractional digits that should be displayed. |
| Unit | Gets or sets the unit to which numeric values should be converted. |
See Also