IDataBoundListControl.SelectedIndex Property

Definition

Gets or sets the index of the selected row in a data-bound control.

public:
 property int SelectedIndex { int get(); void set(int value); };
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 in a data-bound control.

Applies to