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