Skip to main content
Tab

ASPxGridViewBeforeHeaderFilterFillItemsEventArgs(GridViewDataColumn) Constructor

Initializes a new instance of the ASPxGridViewBeforeHeaderFilterFillItemsEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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