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