Back to Devexpress

BootstrapGridViewBandColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-71fff5a3.md

latest2.3 KB
Original Source

BootstrapGridViewBandColumn Class

A band column.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewBandColumn :
    GridViewBandColumn,
    IBootstrapGridViewColumn
vb
Public Class BootstrapGridViewBandColumn
    Inherits GridViewBandColumn
    Implements IBootstrapGridViewColumn

The following members return BootstrapGridViewBandColumn objects:

Remarks

BootstrapGridViewBandColumn objects are grid columns used to combine other grid columns in its BootstrapGridViewBandColumn.Columns collection.

To learn more, see Bands.

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewBandColumn BootstrapGridViewBandColumn

See Also

BootstrapGridViewBandColumn Members

Header BandsxOnline Demo:

DevExpress.Web.Bootstrap Namespace