Skip to main content

Dimension.GroupIndex Property

Gets or sets the index of the group which owns a corresponding dimension.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(-1)]
public int GroupIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the index of the group which owns the corresponding dimension. -1 if the dimension does not belong to any group.

Remarks

For instance, you can use the GroupIndex property to combine the dimensions contained in a specific OLAP hierarchy.

See Also