IDataBoundListControl.SelectedIndex 屬性

定義

取得或設定資料繫結控制項中所選取資料列的索引。

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

屬性值

資料繫結控制項中所選取資料列的索引。

適用於