1 write to EnablePersistedSelection
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
3450
EnablePersistedSelection
= value;
6 references to EnablePersistedSelection
System.Web.Extensions (6)
UI\WebControls\ListView.cs (6)
816
if (
EnablePersistedSelection
&& (DataKeyNamesInternal.Length > 0)) {
1695
if (
EnablePersistedSelection
) {
1745
if (
EnablePersistedSelection
&& (_persistedDataKey != null)) {
1838
if (
EnablePersistedSelection
) {
3119
if (
EnablePersistedSelection
) {
3447
return
EnablePersistedSelection
;