ListView.IDataBoundListControl.SelectedIndex プロパティ

定義

データ バインド コントロール内の選択されている行のインデックスを取得または設定します。

property int System::Web::UI::WebControls::IDataBoundListControl::SelectedIndex { int get(); void set(int value); };
int System.Web.UI.WebControls.IDataBoundListControl.SelectedIndex { get; set; }
member this.System.Web.UI.WebControls.IDataBoundListControl.SelectedIndex : int with get, set
 Property SelectedIndex As Integer Implements IDataBoundListControl.SelectedIndex

プロパティ値

Int32

データ バインド コントロール内の選択されている行のインデックス。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ListView のインスタンスが IDataBoundListControl インターフェイスにキャストされる場合のみ、使用できます。

適用対象