Skip to main content
A newer version of this page is available. .

DashboardPrivateSettings.CustomNumericFormatMode Property

Gets or sets a custom numeric format for dashboard elements. Note that the custom format is not fully compatible between cross-platform solutions.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public static CustomNumericFormatMode CustomNumericFormatMode { get; set; }

Property Value

Type Description
CustomNumericFormatMode

A CustomNumericFormatMode value that specifies a custom format mode.

Remarks

The Dashboard Controls for Web and for the Desktop use two custom formats that are not fully compatible with each other. Desktop Dashboard Controls uses the .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. The CustomFormatString property provides a custom format string.

See Also