Skip to main content

DataItemNumericFormat Class

Contains format settings for numeric values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DataItemNumericFormat

#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