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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Task<Object[]> | An asynchronous operation that returns a list of field values as a result. |
See Also