Skip to main content
A newer version of this page is available. .
Tab

GridViewGroupFooterCellTemplateContainer(ASPxGridView, GridViewDataColumn[], GridViewColumn, Object, Int32) Constructor

Initializes a new instance of the GridViewGroupFooterCellTemplateContainer class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public GridViewGroupFooterCellTemplateContainer(
    ASPxGridView grid,
    GridViewDataColumn[] groupedColumns,
    GridViewColumn column,
    object row,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object specifying the grid.

groupedColumns GridViewDataColumn[]

A collection of GridViewDataColumn objects.

column GridViewColumn

A GridViewColumn object specifying the grid column.

row Object

An object specifying the grid row.

visibleIndex Int32

An integer value specifying the visible index.

See Also