ClassMultiObjectTypeDescriptor
Represents a CustomTypeDescriptor for the MultiObjectCollection.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class MultiObjectTypeDescriptor : CustomTypeDescriptor, ICustomTypeDescriptor
Inheritance: objectCustomTypeDescriptorMultiObjectTypeDescriptor
Implements:
Inherited Members
Constructors
MultiObjectTypeDescriptor(MultiObjectCollection)
Creates a new instance of the MultiObjectTypeDescriptor.
Declaration
public MultiObjectTypeDescriptor(MultiObjectCollection objects)
Parameters
objects
The collection of objects.
Methods
GetProperties()
Returns a PropertyDescriptorCollection with the common properties of the objects in the MultiObjectCollection.
Declaration
public override PropertyDescriptorCollection GetProperties()
Returns
The common properties of the objects in the MultiObjectCollection.
Overrides
GetProperties(Attribute[])
Returns a PropertyDescriptorCollection with the common properties of the objects in the MultiObjectCollection to which the specified attributes have been applied.
Declaration
public override PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Parameters
attributes
The attributes by which to filter the properties.
Returns
The common properties of the objects in the MultiObjectCollection.
Overrides