2 references to EditCommandName
System.Web (2)
UI\WebControls\DataGrid.cs (1)
1521
else if (StringUtil.EqualsIgnoreCase(command, DataGrid.
EditCommandName
)) {
UI\WebControls\EditCommandColumn.cs (1)
201
AddButtonToCell(cell, DataGrid.
EditCommandName
, EditText, false, String.Empty);