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

RowEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v22.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[CLSCompliant(false)]
public BaseRow Row { get; }

Property Value

Type Description
BaseRow

A BaseRow descendant representing the processed row.

See Also