Class AllowedTypesExtensions
Helper methods for populating the collection of types of an object implementing the IAllowedTypesSupport interface.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Cloud.Controls.dll
Syntax
public static class AllowedTypesExtensions : Object
Methods
AllowCloudControls<T>(T)
Adds the primitive and collection types along with types that inherit System.Windows.UIElement and System.ComponentModel.TypeConverter from this assembly to the AllowedTypes collection.
Declaration
public static T AllowCloudControls<T>(this T allowedTypesSupport)
where T : IAllowedTypesSupport
Parameters
T
allowedTypesSupport
|
Returns
T
|
Type Parameters
T
|