Skip to main content
A newer version of this page is available. .

PivotGridField.GetOlapMembers() Method

Returns an array of the OLAP members for the current field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public IOLAPMember[] GetOlapMembers()

Returns

Type Description
IOLAPMember[]

An array containing OLAP members for the field.

Remarks

The GetOlapMembers method returns null if the current field represents a measure.

If the PivotGridControl is not bound to an OLAP cube, use the PivotGridField.GetUniqueValues method instead.

See Also