IOLAPMember.Level Property
Gets the dimension level to which the current OLAP member belongs.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraPivotGrid.IOLAPLevel | An object implementing the DevExpress.XtraPivotGrid.IOLAPLevel interface that represents the dimension level to which the current member belongs. |
Remarks
To obtain the OLAP member properties, use the IOLAPMember.Properties property.
See Also