IOLAPMember.Properties Property
Gets the OLAP member properties.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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