IPropertyProvider
Interface
Represents a property provider.
Definition
Namespace:Telerik.Windows.Persistence.Services
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IPropertyProvider : IPersistenceProvider
Methods
Gets the properties that will be persisted.
C#
PropertyInfo[] GetProperties()
Returns an array with the properties to be persisted.