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