PivotGridField.SetOLAPFilterByUniqueNameAsync(DefaultBoolean) Method
In This Article
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public Task<bool> SetOLAPFilterByUniqueNameAsync(
DefaultBoolean value
)
#Parameters
Name | Type |
---|---|
value | Default |
#Returns
Type |
---|
Task<Boolean> |
See Also