1 write to _itemType
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
131_itemType = value;
2 references to _itemType
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
127return _itemType ?? String.Empty; 130if (!String.Equals(_itemType, value, StringComparison.OrdinalIgnoreCase)) {