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

PivotGridFieldBase.GetAvailableValuesAsync() Method

Asynchronously returns a list of field values that are not excluded by filters applied to other fields and can be displayed.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public Task<object[]> GetAvailableValuesAsync()

Returns

Type Description
Task<Object[]>

An asynchronous operation that returns a list of field values as a result.

See Also