Skip to main content

BootstrapGridViewBandColumn.Columns Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewColumnCollection Columns { get; }

Property Value

Type Description
BootstrapGridViewColumnCollection

An BootstrapGridViewColumnCollection object that is a collection of columns grouped by the current column.

Remarks

The Columns property stores a collection of GridViewColumn objects which can be data columns, combined by the current 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