Skip to main content
Tab

GridViewGroupFooterCellTemplateContainer Constructors

Represents a container for the templates used to render a group footer cell.
Name Parameters Description
GridViewGroupFooterCellTemplateContainer(ASPxGridView, GridViewDataColumn, GridViewColumn, Object, Int32) grid, groupedColumn, column, row, visibleIndex Initializes a new instance of the GridViewGroupFooterCellTemplateContainer class with the specified settings.
GridViewGroupFooterCellTemplateContainer(ASPxGridView, GridViewDataColumn[], GridViewColumn, Object, Int32) grid, groupedColumns, column, row, visibleIndex Initializes a new instance of the GridViewGroupFooterCellTemplateContainer class with specified settings.
See Also