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

ASPxGridViewBeforeHeaderFilterFillItemsEventArgs(GridViewDataColumn) Constructor

Initializes a new instance of the ASPxGridViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ASPxGridViewBeforeHeaderFilterFillItemsEventArgs(
    GridViewDataColumn column
)

Parameters

Name Type Description
column GridViewDataColumn

A GridViewDataColumn descendant that is the data column containing the processed header filter. This value is assigned to the ASPxGridViewHeaderFilterEventArgs.Column property.

Remarks

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

See Also