1 write to CancelText
System.Web (1)
UI\WebControls\CommandField.cs (1)
556((CommandField)newField).CancelText = CancelText;
3 references to CancelText
System.Web (3)
UI\WebControls\CommandField.cs (3)
556((CommandField)newField).CancelText = CancelText; 604AddButtonToCell(cell, DataControlCommands.CancelCommandName, CancelText, false, String.Empty, rowIndex, CancelImageUrl); 613AddButtonToCell(cell, DataControlCommands.CancelCommandName, CancelText, false, String.Empty, rowIndex, CancelImageUrl);