GridViewGroupFooterCellTemplateContainer(ASPxGridView, GridViewDataColumn, GridViewColumn, Object, Int32) Constructor
Initializes a new instance of the GridViewGroupFooterCellTemplateContainer class with the 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. This value is assigned to the GridViewBaseTemplateContainer.Grid property. |
groupedColumn | GridViewDataColumn | A GridViewDataColumn object that is the grouped column. This value is assigned to the GridViewGroupFooterCellTemplateContainer.GroupedColumn property. |
column | GridViewColumn | A GridViewColumn object that is the data column to which the current object belongs. This value is assigned to the GridViewGroupRowTemplateContainer.Column property. |
row | Object | An object that uniquely identifies the row that contains the template container. This value is assigned to the GridViewGroupRowTemplateContainer.KeyValue property. |
visibleIndex | Int32 | An integer value that specifies the rendered item object’s index. This value is assigned to the TemplateContainerBase.ItemIndex property. |