1 write to _deleteMethod
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
1326_deleteMethod = value;
2 references to _deleteMethod
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1322return _deleteMethod ?? String.Empty; 1325if (!String.Equals(_deleteMethod, value, StringComparison.OrdinalIgnoreCase)) {