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

Dimension.GroupIndex Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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