Back to Devexpress

GridViewColumn.Collection Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-fd8fe108.md

latest1.0 KB
Original Source

GridViewColumn.Collection Property

Gets a collection of columns to which the column belongs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewColumnCollection Collection { get; }
vb
Public ReadOnly Property Collection As GridViewColumnCollection

Property Value

TypeDescription
GridViewColumnCollection

A GridViewColumnCollection object that owns the column.

|

See Also

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace