WebGridRow.WebGrid Property

Definition

Gets the WebGrid instance that the row belongs to.

public System.Web.Helpers.WebGrid WebGrid { get; }
member this.WebGrid : System.Web.Helpers.WebGrid
Public ReadOnly Property WebGrid As WebGrid

Property Value

The WebGrid instance that contains the row.

Applies to