Skip to main content
All docs
V25.1
  • PivotGridGroup.SetShowNewValuesAsync(Boolean) Method

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public Task<bool> SetShowNewValuesAsync(
        bool showNewValues
    )

    Parameters

    Name Type Description
    showNewValues Boolean

    true, to show field values that have appeared in the data source after the field filtering was configured; otherwise, false.

    Returns

    Type Description
    Task<Boolean>

    An asynchronous operation that returns true in case of success.

    See Also