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

IOLAPMember.Level Property

Gets the dimension level to which the current OLAP member belongs.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

IOLAPLevel Level { get; }

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