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
;
604
AddButtonToCell(cell, DataControlCommands.CancelCommandName,
CancelText
, false, String.Empty, rowIndex, CancelImageUrl);
613
AddButtonToCell(cell, DataControlCommands.CancelCommandName,
CancelText
, false, String.Empty, rowIndex, CancelImageUrl);