GridView.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

数据绑定控件中所选行的索引。

实现

注解

此成员是显式接口成员的实现。 它只能在 GridView 实例被强制转换为 IDataBoundListControl 接口时使用。

ASP.NET Dynamic Data 支持此属性。

适用于