Skip to main content
All docs
V25.1
  • PivotGridControl.SetOLAPFilterByUniqueNameAsync(Boolean) Method

    Namespace: DevExpress.XtraPivotGrid

    Assembly: DevExpress.XtraPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Win.PivotGrid

    Declaration

    public Task<bool> SetOLAPFilterByUniqueNameAsync(
        bool value
    )

    Parameters

    Name Type
    value Boolean

    Returns

    Type
    Task<Boolean>
    See Also