1 write to EnablePersistedSelection
System.Web (1)
UI\WebControls\GridView.cs (1)
4537
EnablePersistedSelection
= value;
6 references to EnablePersistedSelection
System.Web (6)
UI\WebControls\GridView.cs (6)
1230
if ((DataKeyNamesInternal.Length > 0) &&
EnablePersistedSelection
) {
2180
if (storeKeys &&
EnablePersistedSelection
) {
2240
if (storeKeys &&
EnablePersistedSelection
) {
3926
if (
EnablePersistedSelection
) {
4332
if (
EnablePersistedSelection
&& (_persistedDataKey != null)) {
4534
return
EnablePersistedSelection
;