Skip to main content

PivotGridGroup.SetShowNewValuesAsync(Boolean, AsyncCompletedHandler) Method

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public void SetShowNewValuesAsync(
    bool showNewValues,
    AsyncCompletedHandler asyncCompleted
)
Public Sub SetShowNewValuesAsync(
    showNewValues As Boolean,
    asyncCompleted As AsyncCompletedHandler
)

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