PivotOlapMember.Properties Property
Gets the OLAP member properties.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
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’s unique name, value and caption, use the PivotOlapMember.UniqueName, PivotOlapMember.Value and PivotOlapMember.Caption properties, respectively.
See Also