ASPxGridViewBeforeHeaderFilterFillItemsEventArgs(GridViewDataColumn) Constructor
Initializes a new instance of the ASPxGridViewBeforeHeaderFilterFillItemsEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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