Skip to main content
A newer version of this page is available. .
All docs
V21.2

PivotGridGroup.GetOlapMembersAsync(IOLAPMember) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<IOLAPMember[]> GetOlapMembersAsync(
    IOLAPMember parent
)

Parameters

Name Type
parent IOLAPMember

Returns

Type
Task<IOLAPMember[]>
See Also