Skip to main content

RowEventArgs(BaseRow) Constructor

Creates a new RowEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v24.1.dll

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

Declaration

public RowEventArgs(
    BaseRow row
)

Parameters

Name Type Description
row BaseRow

A BaseRow descendant representing the processed row. This value is assigned to the RowEventArgs.Row property.

See Also