5 references to DeleteCommandName
System.Web (4)
UI\WebControls\CommandField.cs (1)
627
AddButtonToCell(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)
3027
else if (StringUtil.EqualsIgnoreCase(command, DataControlCommands.
DeleteCommandName
)) {
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
2313
else if (String.Equals(command, DataControlCommands.
DeleteCommandName
, StringComparison.OrdinalIgnoreCase)) {