Interface IAttachedPropertyProvider
Represents an attached property provider.
Namespace: Telerik.Windows.Persistence.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IAttachedPropertyProvider : IPersistenceProvider
Methods
GetAttachedPropertyTypeProviders()
Gets the attached property type providers.
Declaration
Type[] GetAttachedPropertyTypeProviders()
Returns
System.Type[]
|