Skip to main content
Tab

GridViewColumnLayoutItem.Column Property

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

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 is the data column associated with the current layout item.

See Also