Skip to main content
Tab

ASPxVerticalGridHeaderFilterEventArgs.Row Property

Gets the data row currently being filtered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridDataRow Row { get; }

Property Value

Type Description
VerticalGridDataRow

A VerticalGridDataRow object that represents the data row currently being filtered.

See Also