A newer version of this page is available.
Switch to the current version.
BootstrapGridViewDataColumn.Grid Property
Gets the grid to which the current column belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public virtual BootstrapGridView Grid { get; }
<Browsable(False)>
Public Overridable ReadOnly Property Grid As BootstrapGridView
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
Feedback