3 references to SortCommandName
System.Web (3)
UI\WebControls\Column.cs (2)
313
sortButton.CommandName = DataGrid.
SortCommandName
;
331
sortButton.CommandName = DataGrid.
SortCommandName
;
UI\WebControls\DataGrid.cs (1)
1517
else if (StringUtil.EqualsIgnoreCase(command, DataGrid.
SortCommandName
)) {