BaseFieldControl.UpdateFieldValueInItem method

Updates the underlying value of the field to the latest user-set value.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub UpdateFieldValueInItem
'Usage
Dim instance As BaseFieldControl

instance.UpdateFieldValueInItem()
public virtual void UpdateFieldValueInItem()

Remarks

The default implementation updates ItemFieldValue with Value. The former is the value of the SPField object in the current list item. The latter is the value of the field in the UI.

See also

Reference

BaseFieldControl class

BaseFieldControl members

Microsoft.SharePoint.WebControls namespace