Back to Devexpress

DataItemNumericFormat Class

dashboard-devexpress-dot-dashboardcommon-25a7d204.md

latest2.9 KB
Original Source

DataItemNumericFormat Class

Contains format settings for numeric values.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DataItemNumericFormat
vb
Public Class DataItemNumericFormat

The following members return DataItemNumericFormat objects:

Show 12 links

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.

Inheritance

Object DataItemNumericFormat AbsoluteVariationNumericFormat

PercentNumericFormat

See Also

DataItemNumericFormat Members

DevExpress.DashboardCommon Namespace