Skip to main content
A newer version of this page is available. .
All docs
V21.2

PivotGridControl.SetOlapFilterByUniqueNameAsync(Boolean) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<bool> SetOlapFilterByUniqueNameAsync(
    bool value
)

Parameters

Name Type
value Boolean

Returns

Type
Task<Boolean>
See Also