Skip to main content
All docs
V23.2

PivotGridField.GetOlapMembersAsync() Method

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<IOLAPMember[]> GetOlapMembersAsync()

Returns

Type Description
Task<IOLAPMember[]>

An asynchronous operation that returns an array of the OLAP members for the current field as a result.

See Also