Skip to main content

TextGroupInterval Enum

Lists values that specify the group interval for string values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum TextGroupInterval

#Members

Name Description
None

No grouping. Each value is displayed individually.

Alphabetical

Values are grouped alphabetically.

Example: A, B, C, … Z

#Related API Members

The following properties accept/return TextGroupInterval values:

#Remarks

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

See Also