ASPxGridViewTableCommandCellEventArgs(TableCell, Object, Int32, GridViewCommandColumn, GridViewTableCommandCellType) Constructor
In This Article
Initializes a new instance of the ASPxGridViewTableCommandCellEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxGridViewTableCommandCellEventArgs(
TableCell cell,
object keyValue,
int visibleIndex,
GridViewCommandColumn column,
GridViewTableCommandCellType cellType
)
#Parameters
Name | Type | Description |
---|---|---|
cell | Table |
A Table |
key |
Object | An object that uniquely identifies the command row. |
visible |
Int32 | The command row visible index. |
column | Grid |
A Grid |
cell |
Grid |
A Grid |
See Also