ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs(VerticalGridDataRow) Constructor
Initializes a new instance of the ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | VerticalGridDataRow | An VerticalGridDataRow supported object that is the data row containing the processed header filter. This value is assigned to the ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs.Row property. |
Remarks
Instances of the ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also