DashboardSettings.CustomNumericFormatMode Property
Gets or sets whether Custom Numeric Format mode is activated for a dashboard control.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
CustomNumericFormatMode | A CustomNumericFormatMode object that specifies the custom numeric format. |
Remarks
The Dashboard Controls for Web and Desktop use two custom formats that are not fully compatible with each other. Desktop Dashboard Controls use .NET formatting, while the Web Dashboard Control uses DevExtreme formatting when it displays elements and .NET formatting for export. Use the CustomNumericFormatMode property to enable a custom format at your own risk. To set a custom format string, use the CustomFormatString property.