Skip to main content

IOLAPMember.Properties Property

Gets the OLAP member properties.

Namespace: DevExpress.XtraPivotGrid

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

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

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