Class PropertyStoreTypeDescriptionProvider
Type descriptor provider for the RadPropertyStore.
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.Type
objectType
|
System.Object
instance
The instance to get a type descriptor for. |
Returns
System.ComponentModel.ICustomTypeDescriptor
The type descriptor. |