2 references to CancelCommandName
System.Web (2)
UI\WebControls\DataGrid.cs (1)
1527else if (StringUtil.EqualsIgnoreCase(command, DataGrid.CancelCommandName)) {
UI\WebControls\EditCommandColumn.cs (1)
198AddButtonToCell(cell, DataGrid.CancelCommandName, CancelText, false, String.Empty);