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