GridViewGroupFooterCellTemplateContainer(ASPxGridView, GridViewDataColumn[], GridViewColumn, Object, Int32) Constructor
Initializes a new instance of the GridViewGroupFooterCellTemplateContainer class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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