Skip to main content
Tab

ASPxGridViewTableFooterCellEventArgs(ASPxGridView, GridViewColumn, Int32, TableCell) Constructor

Initializes a new instance of the ASPxGridViewTableFooterCellEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewTableFooterCellEventArgs(
    ASPxGridView grid,
    GridViewColumn column,
    int visibleIndex,
    TableCell cell
)

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