Skip to main content
All docs
V24.1

PivotGridControl.SetOlapFilterByUniqueNameAsync(Boolean) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<bool> SetOlapFilterByUniqueNameAsync(
    bool value
)

Parameters

Name Type
value Boolean

Returns

Type
Task<Boolean>
See Also