ASPxGridViewTableFooterCellEventArgs(ASPxGridView, GridViewColumn, Int32, TableCell) Constructor
Initializes a new instance of the ASPxGridViewTableFooterCellEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| grid | ASPxGridView | An ASPxGridView object that represents the processed footer cell’s owner grid. |
| column | GridViewColumn | A GridViewColumn descendant that represents the grid column. |
| visibleIndex | Int32 | An integer value that specifies the row’s visible index. -1 if the processed cell belongs to the Total Footer. |
| cell | TableCell | A TableCell object that represents the processed footer cell. |
See Also