Version

DynamicDataItemPropertyDescriptor Class Members

The following tables list the members exposed by DynamicDataItemPropertyDescriptor.

Public Properties
 NameDescription
Public PropertyAttributes (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyCategory (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyComponentTypeOverridden. Returns the type of the component this 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 PropertyIsBrowsable (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyIsLocalizable (Inherited from System.ComponentModel.PropertyDescriptor)
Public PropertyIsReadOnlyOverridden. Returns a value indicating whether this property is read-only.  
Public PropertyName (Inherited from System.ComponentModel.MemberDescriptor)
Public PropertyPropertyTypeOverridden. Returns 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. Returns whether resetting an object changes its value.  
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 current value of the property on a component.  
Public MethodRemoveValueChanged (Inherited from System.ComponentModel.PropertyDescriptor)
Public MethodResetValueOverridden. Resets the value for this property of the component to the default value.  
Public MethodSetValueOverridden. Sets the current value of the property on a component.  
Public MethodShouldSerializeValueOverridden. Returns a value indicating whether the value of this property needs to be persisted.  
See Also