2 writes to DataValueField
System.Web.Mobile (2)
UI\MobileControls\List.cs (1)
142DataHelper.DataValueField = value;
UI\MobileControls\SelectionList.cs (1)
172DataHelper.DataValueField = value;
3 references to DataValueField
System.Web.Mobile (3)
UI\MobileControls\List.cs (1)
138return DataHelper.DataValueField;
UI\MobileControls\ListDataHelper.cs (1)
166_dataValueField = DataValueField;
UI\MobileControls\SelectionList.cs (1)
168return DataHelper.DataValueField;