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

GridViewHeaderTemplateContainer(GridViewColumn, GridHeaderLocation) Constructor

Initializes a new instance of the GridViewHeaderTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewHeaderTemplateContainer(
    GridViewColumn column,
    GridHeaderLocation headerLocation
)

Parameters

Name Type Description
column GridViewColumn

A GridViewColumn object that uniquely identifies the column that contains the template container. This value is assigned to the GridViewHeaderTemplateContainer.Column property.

headerLocation GridHeaderLocation

A GridHeaderLocation enumeration value that specifies the column header’s current location. This value is assigned to the GridViewHeaderTemplateContainer.HeaderLocation property.

See Also