Skip to main content
All docs
V25.1
  • WebFilter(IFilterOwnerBase) Constructor

    Initializes a new instance of the WebFilter class with specified settings.

    Namespace: DevExpress.Web.ASPxPivotGrid.Data

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public WebFilter(
        IFilterOwnerBase owner
    )

    Parameters

    Name Type
    owner DevExpress.PivotGrid.Filtering.IFilterOwnerBase
    See Also