Skip to main content

RowEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

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

Property Value

Type Description
BaseRow

A BaseRow descendant representing the processed row.

See Also