Skip to main content

CustomRowCellEventArgs(Int32, GridColumn) Constructor

Creates a new CustomRowCellEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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