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

DataItemNumericFormat.IncludeGroupSeparator Property

Gets or sets whether separators should be inserted between digit groups.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(false)]
public bool IncludeGroupSeparator { get; set; }

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