DataItemNumericFormat Properties
Contains format settings for numeric values.
Name | Description |
---|---|
Currency |
Gets or sets the name of a culture that defines the currency symbol and format. |
Custom |
Gets or sets a custom format string. |
Format |
Gets or sets the format type for numeric values. |
Include |
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