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