Back to Devexpress

BootstrapGridViewCommandColumn.Grid Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapgridviewcommandcolumn.md

latest1.6 KB
Original Source

BootstrapGridViewCommandColumn.Grid Property

Gets the grid to which the current command column belongs.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[Browsable(false)]
public virtual BootstrapGridView Grid { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Grid As BootstrapGridView

Property Value

TypeDescription
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

Grid View

BootstrapGridViewCommandColumn Class

BootstrapGridViewCommandColumn Members

DevExpress.Web.Bootstrap Namespace