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는 이 속성을 지원합니다.

적용 대상