ASPxGridViewTableFooterCellEventArgs(ASPxGridView, GridViewColumn, Int32, TableCell) Constructor
Initializes a new instance of the ASPxGridViewTableFooterCellEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
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