Back to Devexpress

MVCxGridViewBandColumn<RowType>.Columns Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewbandcolumn-1-c9b6bb39.md

latest1.9 KB
Original Source

MVCxGridViewBandColumn<RowType>.Columns Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxGridViewColumnCollection<RowType> Columns { get; }
vb
Public ReadOnly Property Columns As MVCxGridViewColumnCollection(Of RowType)

Property Value

TypeDescription
MVCxGridViewColumnCollection<RowType>

An MVCxGridViewColumnCollection<RowType> object that is a collection of columns grouped by the current band.

|

Remarks

The Columns property stores a collection of MVCxGridViewColumn<RowType> objects which can be data columns, command columns or band columns, combined by the current band 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.

See Also

Bands

Grid View

MVCxGridViewBandColumn<RowType> Class

MVCxGridViewBandColumn<RowType> Members

DevExpress.Web.Mvc Namespace