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

RowEventArgs(BaseRow) Constructor

Creates a new RowEventArgs object.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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