ASPxGridViewTableDataCellEventArgs(TableCell, Object, ASPxGridView, Int32, GridViewDataColumn) Constructor
Initializes a new instance of the ASPxGridViewTableDataCellEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxGridViewTableDataCellEventArgs(
TableCell cell,
object keyValue,
ASPxGridView grid,
int visibleIndex,
GridViewDataColumn column
)
Parameters
Name | Type | Description |
---|---|---|
cell | TableCell | A TableCell control representing the HTML table cell. |
keyValue | Object | An object that uniquely identifies the row. |
grid | ASPxGridView | An ASPxGridView object that owns the current object. |
visibleIndex | Int32 | The row visible index. This value is assigned to the ASPxGridViewTableRowEventArgs.KeyValue property. |
column | GridViewDataColumn | A GridViewDataColumn object that represents the column. |
See Also