Skip to main content
A newer version of this page is available. .
Tab

GridViewFooterRowTemplateContainer(ASPxGridView) Constructor

Initializes a new instance of the GridViewFooterRowTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewFooterRowTemplateContainer(
    ASPxGridView grid
)

Parameters

Name Type Description
grid ASPxGridView

An ASPxGridView object that owns the current object. This value is assigned to the GridViewBaseTemplateContainer.Grid property.

See Also