IDataBoundListControl.EnablePersistedSelection 속성

정의

인덱스 또는 데이터 키 값을 기준으로 행이 선택되는지를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool EnablePersistedSelection { bool get(); void set(bool value); };
public bool EnablePersistedSelection { get; set; }
member this.EnablePersistedSelection : bool with get, set
Public Property EnablePersistedSelection As Boolean

속성 값

Boolean

데이터 키 값을 기준으로 행이 선택되면 true이고, 그렇지 않으면 false입니다.

적용 대상