Skip to main content
Tab

GridViewHeaderTemplateContainer.Column Property

Gets the column that contains the template container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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