CustomRowCellEventArgs(Int32, GridColumn) Constructor
Creates a new CustomRowCellEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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