Skip to main content

WebFilter.Assign(BaseFilter) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.Web.ASPxPivotGrid.Data

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

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    BaseFilter filter
)

Parameters

Name Type Description
filter BaseFilter

An object that contains filter settings.

See Also