Share via


WebGridRow.WebGrid Property

Gets the WebGrid instance that the row belongs to.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property WebGrid As WebGrid 
    Get
'Usage
Dim instance As WebGridRow 
Dim value As WebGrid 

value = instance.WebGrid
public WebGrid WebGrid { get; }
public:
property WebGrid^ WebGrid {
    WebGrid^ get ();
}
member WebGrid : WebGrid
function get WebGrid () : WebGrid

Property Value

Type: System.Web.Helpers.WebGrid
The WebGrid instance that contains the row.

See Also

Reference

WebGridRow Class

System.Web.Helpers Namespace