Skip to main content

BootstrapGridViewDataColumn.Grid Property

Gets the grid to which the current column belongs.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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