2 writes to ShowInsertButton
System.Web (2)
UI\WebControls\CommandField.cs (1)
573
((CommandField)newField).
ShowInsertButton
= ShowInsertButton;
UI\WebControls\DetailsView.cs (1)
1839
commandField.
ShowInsertButton
= true;
2 references to ShowInsertButton
System.Web (2)
UI\WebControls\CommandField.cs (2)
573
((CommandField)newField).ShowInsertButton =
ShowInsertButton
;
589
bool showInsertButton =
ShowInsertButton
;