Back to Devexpress

CustomNumericFormatMode Enum

dashboard-devexpress-dot-dashboardcommon-a566bee6.md

latest2.3 KB
Original Source

CustomNumericFormatMode Enum

Lists values used to specify a custom numeric format mode.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum CustomNumericFormatMode
vb
Public Enum CustomNumericFormatMode

Members

NameDescription
Disabled

Custom format is disabled.

| | Hidden |

Custom format is enabled. It is hidden from the UI, but you can set it in code.

| | Enabled |

Custom format is enabled. You can set it in the UI and in code.

|

The following properties accept/return CustomNumericFormatMode values:

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.

See Also

DevExpress.DashboardCommon Namespace