CustomRowCellEditEventArgs(Int32, GridColumn, RepositoryItem) Constructor
In This Article
Creates a new CustomRowCellEditEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public CustomRowCellEditEventArgs(
int rowHandle,
GridColumn column,
RepositoryItem repositoryItem
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value representing the handle of the row that contains the processed cell. This value is assigned to the Custom |
column | Grid |
A Grid |
repository |
Repository |
A Repository |
See Also