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)
46
return _selectionList.
DataValueField
;
296
oldDataValueField = _selectionList.
DataValueField
;