Skip to main content
Tab

GridViewDataItemTemplateContainer.Column Property

Gets a data column where the template is rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewDataColumn Column { get; }

Property Value

Type Description
GridViewDataColumn

A GridViewDataColumn object that represents the data column.

See Also