BootstrapGridViewDataColumn.Grid Property
In This Article
Gets the grid to which the current column belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
public virtual BootstrapGridView Grid { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
A Bootstrap |
#Remarks
The Grid property provides access to the grid object whose BootstrapGridView.Columns collection contains the current column.
See Also