Skip to main content
All docs
V25.1
  • PivotGridField.GetOlapMembersAsync() Method

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

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.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