IValueProvider.SetValue Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the value of a control.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- value
- Type: System.String
The value to set. The provider is responsible for converting the value to the appropriate data type.
Single-line edit controls support programmatic access to their contents by implementing IValueProvider. Controls must implement IValueProvider if the value of any of the items is editable, regardless of the current edit mode of the control. The parent control must also implement IValueProvider if the child items are editable.
Show: