GridView.IDataBoundListControl.EnablePersistedSelection 属性

定义

获取或设置一个值,该值指示行的选择是基于索引还是数据键值。

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

属性值

Boolean

如果行选择基于数据键值,则为 true;否则为 false

实现

注解

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

ASP.NET Dynamic Data 支持此属性。

适用于