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

GridViewColumnLayoutItem.Column Property

Gets the data column to which the current layout item belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public GridViewColumn Column { get; }

Property Value

Type Description
GridViewColumn

A GridViewColumn object that is the data column associated with the current layout item.

See Also