WebGrid.SelectedRow Property

Gets the currently selected row of the WebGrid instance.

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

Syntax

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

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

Property Value

Type: System.Web.Helpers.WebGridRow
The currently selected row.

See Also

Reference

WebGrid Class

System.Web.Helpers Namespace