Class PropertyStoreTypeDescriptionProvider
Type descriptor provider for the Rad
Inheritance
System.Object
PropertyStoreTypeDescriptionProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyStoreTypeDescriptionProvider : TypeDescriptionProvider
Constructors
PropertyStoreTypeDescriptionProvider()
Declaration
public PropertyStoreTypeDescriptionProvider()
Methods
GetTypeDescriptor(Type, Object)
Gets a type descriptor for the given instance.
Declaration
public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance)
Parameters
System.
|
System. The instance to get a type descriptor for. |
Returns
System. The type descriptor. |