3 writes to DataValueField
System.Web.Mobile (3)
UI\MobileControls\Design\SelectionListDesigner.cs (3)
50_selectionList.DataValueField = value; 298_selectionList.DataValueField = "Column1"; 315_selectionList.DataValueField = oldDataValueField;
2 references to DataValueField
System.Web.Mobile (2)
UI\MobileControls\Design\SelectionListDesigner.cs (2)
46return _selectionList.DataValueField; 296oldDataValueField = _selectionList.DataValueField;