5 references to DeleteCommandName
System.Web (4)
UI\WebControls\CommandField.cs (1)
627AddButtonToCell(cell, DataControlCommands.DeleteCommandName, DeleteText, false, String.Empty, rowIndex, DeleteImageUrl);
UI\WebControls\DetailsView.cs (1)
2429} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.DeleteCommandName)) {
UI\WebControls\FormView.cs (1)
2059} else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.DeleteCommandName)) {
UI\WebControls\GridView.cs (1)
3027else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.DeleteCommandName)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2313else if (String.Equals(command, DataControlCommands.DeleteCommandName, StringComparison.OrdinalIgnoreCase)) {