DataItemNumericFormat Class
In This Article
Contains format settings for numeric values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Remarks
The DataItemNumericFormat class provides format settings for numeric values, including the precision, unit, currency and format type.
To access numeric format settings, use the DataItem.NumericFormat property.
See Also