Skip to main content

IOLAPMember.Level Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#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