InterfaceIValueProvider
Interface
Represents a value provider.
Definition
Namespace:Telerik.Windows.Persistence.Services
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IValueProvider : IPersistenceProvider
Methods
ProvideValue(object)
Provides the string representation of an object.
RestoreValue(object, string)
Restores the object from the saved string value.