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

TextGroupInterval Enum

Lists values that specify the group interval for string values.

Namespace: DevExpress.DashboardCommon

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

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