ASPxGridViewTableCommandCellEventArgs(TableCell, Object, Int32, GridViewCommandColumn, GridViewTableCommandCellType) Constructor
Initializes a new instance of the ASPxGridViewTableCommandCellEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxGridViewTableCommandCellEventArgs(
TableCell cell,
object keyValue,
int visibleIndex,
GridViewCommandColumn column,
GridViewTableCommandCellType cellType
)
Parameters
Name | Type | Description |
---|---|---|
cell | TableCell | A TableCell control representing the HTML table cell. |
keyValue | Object | An object that uniquely identifies the command row. |
visibleIndex | Int32 | The command row visible index. |
column | GridViewCommandColumn | A GridViewCommandColumn object that represents the command column. This value is assigned to the ASPxGridViewTableCommandCellEventArgs.CommandColumn property. |
cellType | GridViewTableCommandCellType | A GridViewTableCommandCellType enumeration value that specifies the cell. This value is assigned to the ASPxGridViewTableCommandCellEventArgs.CommandCellType property. |
See Also