Skip to main content

PivotGridField.GetOlapMembers() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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