Back to Devexpress

MVCxGridViewColumnCollection.AddBand() Method

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

latest1.4 KB
Original Source

MVCxGridViewColumnCollection.AddBand() Method

Creates a new band column and adds it to the collection.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxGridViewBandColumn AddBand()
vb
Public Function AddBand As MVCxGridViewBandColumn

Returns

TypeDescription
MVCxGridViewBandColumn

An MVCxGridViewBandColumn object that is the newly created band column.

|

See Also

Bands

Grid View

Columns

MVCxGridViewColumnCollection Class

MVCxGridViewColumnCollection Members

DevExpress.Web.Mvc Namespace