WebGrid.SelectedIndex Property

Definition

Gets or sets the index of the selected row relative to the current page of the WebGrid instance.

public int SelectedIndex { get; set; }
member this.SelectedIndex : int with get, set
Public Property SelectedIndex As Integer

Property Value

The index of the selected row relative to the current page.

Applies to