Skip to main content

IOLAPMember.Properties Property

Gets the OLAP member properties.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.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