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

GridViewHeaderTemplateContainer.Column Property

Gets the column that contains the template container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public GridViewColumn Column { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn object that uniquely identifies the column that contains the template container.

See Also