Class MultiObjectTypeDescriptionProvider
Represents a System.ComponentModel.TypeDescriptionProvider for the MultiObjectTypeDescriptor used in the MultiObjectCollection.
Inheritance
System.Object
MultiObjectTypeDescriptionProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class MultiObjectTypeDescriptionProvider : TypeDescriptionProvider
Constructors
MultiObjectTypeDescriptionProvider()
Declaration
public MultiObjectTypeDescriptionProvider()
Methods
GetTypeDescriptor(Type, Object)
Returns an instance of the MultiObjectTypeDescriptor.
Declaration
public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance)
Parameters
System.Type
objectType
|
System.Object
instance
|
Returns
System.ComponentModel.ICustomTypeDescriptor
|