Represents a property descriptor for MultiObjectCollection properties.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class MultiObjectPropertyDescriptor : PropertyDescriptor
Inheritance: objectMemberDescriptorPropertyDescriptorMultiObjectPropertyDescriptor
Inherited Members
Constructors
Creates a new instance of the MultiObjectPropertyDescriptor class.
C#
public MultiObjectPropertyDescriptor(MultiObjectCollection objects, Dictionary<Type, PropertyDescriptor> originalProperties)
The collection of objects whose properties will be exposed.
originalPropertiesDictionary<Type, PropertyDescriptor>The original property descriptors for the objects.
Properties
Returns the type of component this property descriptor is for.
C#
public override Type ComponentType { get; }
Overrides:
Gets a value indicating whether this property is read only. Always returns false.
C#
public override bool IsReadOnly { get; }
Overrides:
Returns the type of the property.
C#
public override Type PropertyType { get; }
Overrides:
Methods
Resets the values of all objects for this property.