Skip to main content

PivotGridGroup.SetShowNewValuesAsync(Boolean, AsyncCompletedHandler) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public void SetShowNewValuesAsync(
    bool showNewValues,
    AsyncCompletedHandler asyncCompleted
)

#Parameters

Name Type Description
showNewValues Boolean

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

asyncCompleted AsyncCompletedHandler

An AsyncCompletedHandler delegate referencing a method that should be executed after the operation is complete.

See Also