Skip to main content
Tab

GridViewFooterCellTemplateContainer(GridViewColumn) Constructor

Initializes a new instance of the GridViewFooterCellTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewFooterCellTemplateContainer(
    GridViewColumn column
)

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