IDataBoundListControl.SelectedIndex Propriedade

Definição

Obtém ou define o índice da linha selecionada num controlo data-bound.

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

Valor de Propriedade

O índice da linha selecionada num controlo data-bound.

Aplica-se a