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

ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs(VerticalGridDataRow) Constructor

Initializes a new instance of the ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs(
    VerticalGridDataRow row
)

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