4 writes to Type
System.Web (4)
UI\WebControls\DetailsViewRowsGenerator.cs (2)
50
fieldProps.
Type
= dataItemType;
82
fieldProps.
Type
= propertyType;
UI\WebControls\GridViewColumnsGenerator.cs (2)
86
fieldProps.
Type
= sampleItemType;
127
fieldProps.
Type
= propertyType;
3 references to Type
System.Web (3)
UI\WebControls\AutoFieldsGenerator.cs (1)
51
field.DataType = fieldProperties.
Type
;
UI\WebControls\DetailsView.cs (1)
1510
field.DataType = fieldProperties.
Type
;
UI\WebControls\GridView.cs (1)
1913
field.DataType = fieldProperties.
Type
;