Back to Devexpress

MVCxGridViewBandColumn Class

aspnet-devexpress-dot-web-dot-mvc-3d13e7cb.md

latest2.4 KB
Original Source

MVCxGridViewBandColumn Class

A band column used to combine other grid columns within its MVCxGridViewBandColumn.Columns collection.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxGridViewBandColumn :
    GridViewBandColumn
vb
Public Class MVCxGridViewBandColumn
    Inherits GridViewBandColumn

The following members return MVCxGridViewBandColumn objects:

Remarks

Refer to the Band Columns topic to learn more.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewBandColumn MVCxGridViewBandColumn MVCxGridViewBandColumn<RowType>

See Also

MVCxGridViewBandColumn Members

Grid View

Bands

DevExpress.Web.Mvc Namespace