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

CardViewHeaderTemplateContainer(CardViewColumn, GridHeaderLocation) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewHeaderTemplateContainer(
    CardViewColumn column,
    GridHeaderLocation headerLocation
)

Parameters

Name Type Description
column CardViewColumn

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

headerLocation GridHeaderLocation

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

See Also