3 writes to ShowDeleteButton
System.Web (3)
UI\WebControls\CommandField.cs (1)
570
((CommandField)newField).
ShowDeleteButton
= ShowDeleteButton;
UI\WebControls\DetailsView.cs (1)
1843
commandField.
ShowDeleteButton
= true;
UI\WebControls\GridView.cs (1)
2359
commandField.
ShowDeleteButton
= true;
2 references to ShowDeleteButton
System.Web (2)
UI\WebControls\CommandField.cs (2)
570
((CommandField)newField).ShowDeleteButton =
ShowDeleteButton
;
588
bool showDeleteButton =
ShowDeleteButton
;