Class MultiObjectTypeDescriptor
Represents a System.ComponentModel.CustomTypeDescriptor for the MultiObjectCollection.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class MultiObjectTypeDescriptor : CustomTypeDescriptor
Constructors
MultiObjectTypeDescriptor(MultiObjectCollection)
Creates a new instance of the MultiObjectTypeDescriptor.
Declaration
public MultiObjectTypeDescriptor(MultiObjectCollection objects)
Parameters
MultiObjectCollection
objects
The collection of objects. |
Methods
GetProperties()
Returns a System.ComponentModel.PropertyDescriptorCollection with the common properties of the objects in the MultiObjectCollection.
Declaration
public override PropertyDescriptorCollection GetProperties()
Returns
System.ComponentModel.PropertyDescriptorCollection
The common properties of the objects in the MultiObjectCollection. |
GetProperties(Attribute[])
Returns a System.ComponentModel.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
System.Attribute[]
attributes
The attributes by which to filter the properties. |
Returns
System.ComponentModel.PropertyDescriptorCollection
The common properties of the objects in the MultiObjectCollection. |