PivotGridField.GetOlapMembersAsync() Method
Returns an array of the OLAP members for the current field asynchronously.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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