WebGrid.SelectedRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the currently selected row of the WebGrid instance.
public System.Web.Helpers.WebGridRow SelectedRow { get; }
member this.SelectedRow : System.Web.Helpers.WebGridRow
Public ReadOnly Property SelectedRow As WebGridRow
Property Value
The currently selected row.