3 writes to ButtonType
System.Web (3)
UI\WebControls\ButtonFieldBase.cs (1)
116
((ButtonFieldBase)newField).
ButtonType
= ButtonType;
UI\WebControls\DetailsView.cs (1)
1836
commandField.
ButtonType
= ButtonType.Link;
UI\WebControls\GridView.cs (1)
2353
commandField.
ButtonType
= ButtonType.Link;
3 references to ButtonType
System.Web (3)
UI\WebControls\ButtonField.cs (1)
213
switch(
ButtonType
) {
UI\WebControls\ButtonFieldBase.cs (1)
116
((ButtonFieldBase)newField).ButtonType =
ButtonType
;
UI\WebControls\CommandField.cs (1)
504
switch (
ButtonType
) {