Skip to main content

PivotGroupFilterValues.SetValuesAsync(PivotGroupFilterValuesCollection, Boolean) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

public bool SetValuesAsync(
    PivotGroupFilterValuesCollection values,
    bool allowOnChanged
)

Parameters

Name Type
values PivotGroupFilterValuesCollection
allowOnChanged Boolean

Returns

Type
Boolean
See Also