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

GridViewGroupFooterRowTemplateContainer(ASPxGridView, GridViewDataColumn[], Object, Int32) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewGroupFooterRowTemplateContainer(
    ASPxGridView grid,
    GridViewDataColumn[] columns,
    object row,
    int visibleIndex
)

Parameters

Name Type Description
grid ASPxGridView

A ASPxGridView object specifying the grid.

columns GridViewDataColumn[]

A collection of the GridViewDataColumn objects.

row Object

An object specifying the grid row.

visibleIndex Int32

An integer value specifying the visible index.

See Also