Skip to main content
A newer version of this page is available. .

BootstrapGridViewBandColumn.Grid Property

Gets the grid to which the current column belongs.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
public virtual BootstrapGridView Grid { get; }

Property Value

Type Description
BootstrapGridView

A BootstrapGridView object representing the grid that contains the current column.

Remarks

The Grid property provides access to the grid object whose BootstrapGridView.Columns collection contains the current column.

See Also