PivotOlapMember Class
In This Article
An OLAP member.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Returned By
The PivotGridControl.GetFieldValueOlapMember(PivotGridField, Int32) method returns an instance of PivotOlapMember.
#Remarks
To obtain the OLAP member's unique name, properties, value and caption, use the PivotOlapMember.UniqueName, PivotOlapMember.Properties, PivotOlapMember.Value and PivotOlapMember.Caption properties, respectively.
See Also