BootstrapGridViewBandColumn Class
In This Article
A band column.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapGridViewBandColumn :
GridViewBandColumn,
IBootstrapGridViewColumn
#Related API Members
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