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