GridViewFooterCellTemplateContainer(GridViewColumn) Constructor
Initializes a new instance of the GridViewFooterCellTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridViewColumn | A GridViewColumn object or descendant that represents the column where the template is rendered. This value is assigned to the GridViewFooterCellTemplateContainer.Column property. |
See Also