WebGrid.SelectedRow Property

Definition

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.

Applies to