Back to Devexpress

MVCxGridViewColumn.Columns Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewcolumn.md

latest1.7 KB
Original Source

MVCxGridViewColumn.Columns Property

Provides access to a collection of columns that the current column combines.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxGridViewColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As MVCxGridViewColumnCollection

Property Value

TypeDescription
MVCxGridViewColumnCollection

An MVCxGridViewColumnCollection object that is a collection of columns grouped by the current column.

|

Remarks

The Columns property stores a collection of MVCxGridViewColumn objects which can be data columns, combined by the current column. The obtained column collection provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.

Online Demo

Data Cell Bands

See Also

Grid View

MVCxGridViewColumn Class

MVCxGridViewColumn Members

DevExpress.Web.Mvc Namespace