Skip to main content

TextGroupInterval Enum

Lists values that specify the group interval for string values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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

Remarks

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

See Also