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

VerticalGridHeaderTemplateContainer(VerticalGridRow) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public VerticalGridHeaderTemplateContainer(
    VerticalGridRow row
)

Parameters

Name Type Description
row VerticalGridRow

A VerticalGridRow object that uniquely identifies the row that contains the template container. This value is assigned to the VerticalGridHeaderTemplateContainer.Row property.

See Also