Skip to main content

WebFilter(IFilterOwnerBase) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid.Data

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public WebFilter(
    IFilterOwnerBase owner
)

Parameters

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