Version

CollectionItemPropertyDescriptor Class Members

The following tables list the members exposed by CollectionItemPropertyDescriptor.

Public Properties
 NameDescription
Public PropertyAttributes (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyCategoryOverridden. Gets the name of the category to which the member belongs.  
Public PropertyComponentTypeOverridden. The type of component the property is bound to.  
Public PropertyConverter (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertyDescription (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyDesignTimeOnly (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyDisplayName (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyIndexIndex of the item in the collection.  
Public PropertyIsBrowsable (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyIsLocalizable (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertyIsReadOnlyOverridden. Indicates if the property is read-only.  
Public PropertyName (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyPropertyTypeOverridden. The type of the property.  
Public PropertySerializationVisibility (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertySupportsChangeEvents (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Properties
Public Methods
 NameDescription
Public MethodAddValueChanged (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodCanResetValueOverridden. Indicates if the property can be reset.  
Public MethodEquals (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetChildPropertiesOverloaded.  (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetEditor (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetHashCode (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodGetValueOverridden. Returns the value for this property.  
Public MethodRemoveValueChanged (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodResetValueOverridden. Called when the property is to be reset.  
Public MethodSetValueOverridden. Sets the value of the component to a new value.  
Public MethodShouldSerializeValueOverridden. Indicates whether the property needs to be persisted.  
See Also