Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

    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