GridViewGroupFooterRowTemplateContainer Constructors
Represents a container for the templates used to render a group footer row.| Name | Parameters | Description |
|---|---|---|
| GridViewGroupFooterRowTemplateContainer(ASPxGridView, GridViewDataColumn, Object, Int32) | grid, column, row, visibleIndex | Initializes a new instance of the GridViewGroupFooterRowTemplateContainer class with the specified settings. |
| GridViewGroupFooterRowTemplateContainer(ASPxGridView, GridViewDataColumn[], Object, Int32) | grid, columns, row, visibleIndex | Initializes a new instance of the GridViewGroupFooterRowTemplateContainer class with specified settings. |
See Also