Skip to main content

PivotOlapMember Class

An OLAP member.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public class PivotOlapMember

#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.

#Inheritance

Object
PivotOlapMember
See Also