Skip to main content
Tab

GridViewColumn.Collection Property

Gets a collection of columns to which the column belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewColumnCollection Collection { get; }

Property Value

Type Description
GridViewColumnCollection

A GridViewColumnCollection object that owns the column.

See Also