1 write to UpdateImageUrl
System.Web (1)
UI\WebControls\CommandField.cs (1)
567
((CommandField)newField).
UpdateImageUrl
= UpdateImageUrl;
2 references to UpdateImageUrl
System.Web (2)
UI\WebControls\CommandField.cs (2)
567
((CommandField)newField).UpdateImageUrl =
UpdateImageUrl
;
600
AddButtonToCell(cell, DataControlCommands.UpdateCommandName, UpdateText, causesValidation, validationGroup, rowIndex,
UpdateImageUrl
);