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

IOLAPMember.Properties Property

Gets the OLAP member properties.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

OLAPMemberProperties Properties { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.OLAPMemberProperties

A DevExpress.XtraPivotGrid.OLAPMemberProperties collection that contains properties of the OLAP member.

Remarks

To obtain the OLAP member level, use the IOLAPMember.Level property.

See Also