Skip to main content
All docs
V26.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.v26.1.Core.dll

    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