다음을 통해 공유


ListView.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입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, ListView 인스턴스가 IDataBoundListControl 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상