Dimension.GroupIndex Property
Gets or sets the index of the group which owns a corresponding dimension.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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