Skip to main content
All docs
V23.2

PivotGridField.SetOlapFilterByUniqueNameAsync(Nullable<Boolean>) Method

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public Task<bool> SetOlapFilterByUniqueNameAsync(
    bool? value
)

Parameters

Name Type
value Nullable<Boolean>

Returns

Type
Task<Boolean>
See Also