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

BootstrapGridViewCommandColumn.Grid Property

Gets the grid to which the current command column belongs.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapGridView

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

Remarks

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

See Also