ASPxGridViewBeforeHeaderFilterFillItemsEventArgs(GridViewDataColumn) Constructor
Initializes a new instance of the ASPxGridViewBeforeHeaderFilterFillItemsEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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