Back to Devexpress

TextGroupInterval Enum

dashboard-devexpress-dot-dashboardcommon-72b45b2f.md

latest1.6 KB
Original Source

TextGroupInterval Enum

Lists values that specify the group interval for string values.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum TextGroupInterval
vb
Public Enum TextGroupInterval

Members

NameDescription
None

No grouping. Each value is displayed individually.

| | Alphabetical |

Values are grouped alphabetically.

Example: A, B, C, … Z

|

The following properties accept/return TextGroupInterval values:

Remarks

Values listed by this enumeration are used to set the Dimension.TextGroupInterval property.

See Also

DevExpress.DashboardCommon Namespace