Skip to main content
A newer version of this page is available.

WebPrefilter.Assign(BaseFilter) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.Web.ASPxPivotGrid.Data

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

NuGet Package: DevExpress.Web

Declaration

public override void Assign(
    BaseFilter prefilter
)

Parameters

Name Type Description
prefilter BaseFilter

An object that contains filter settings.

See Also