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