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

CustomRowCellEventArgs(Int32, GridColumn) Constructor

Creates a new CustomRowCellEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public CustomRowCellEventArgs(
    int rowHandle,
    GridColumn column
)

Parameters

Name Type Description
rowHandle Int32

An integer value representing the handle or the row that contains the processed cell. This value is assigned to the CustomRowCellEventArgs.RowHandle property.

column GridColumn

A GridColumn object (or descendant) representing the column that contains the processed cell. This value is assigned to the CustomRowCellEventArgs.Column property.

See Also