Skip to main content
Tab

ASPxCardViewHeaderFilterEventArgs(CardViewColumn, GridHeaderFilterValues) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardViewHeaderFilterEventArgs(
    CardViewColumn column,
    GridHeaderFilterValues values
)

Parameters

Name Type Description
column CardViewColumn

An IWebGridDataColumn supported object that is the data column containing the processed header filter. This value is assigned to the ASPxCardViewHeaderFilterEventArgs.Column property.

values GridHeaderFilterValues

A GridHeaderFilterValues enumeration value that specifies the column header’s filter values. This value is assigned to the ASPxGridHeaderFilterEventArgs.Values property.

See Also