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