DataItemNumericFormat.IncludeGroupSeparator Property
Gets or sets whether separators should be inserted between digit groups.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to insert separators between digit groups; otherwise, false. |
Remarks
For instance, if the IncludeGroupSeparator property is set to true, 2147483647 will be displayed as 2,147,483,647 in the en-US culture.
The delimiter symbol and group pattern are defined by the current system locale (or the client’s locale, when a dashboard is shown on the web).
See Also