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

ASPxCardViewBeforeHeaderFilterFillItemsEventArgs(CardViewColumn) Constructor

Initializes a new instance of the ASPxCardViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewBeforeHeaderFilterFillItemsEventArgs(
    CardViewColumn column
)

Parameters

Name Type Description
column CardViewColumn

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

Remarks

Instances of the ASPxCardViewBeforeHeaderFilterFillItemsEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also