| Leadtools.Dicom.Common.Editing Namespace : DicomEditablePropertyDescriptor Class | 
The following tables list the members exposed by DicomEditablePropertyDescriptor.
| Name | Description | |
|---|---|---|
|  | Attributes | Gets the collection of attributes for this member. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | Category | Gets the name of the category to which the member belongs, as specified in the System.ComponentModel.CategoryAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | ComponentType | Overridden. When overridden in a derived class, gets the type of the component this property is bound to. | 
|  | Converter | Gets the type converter for this property. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | Description | Gets the description of the member, as specified in the System.ComponentModel.DescriptionAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | DesignTimeOnly | Gets whether this member should be set only at design time, as specified in the System.ComponentModel.DesignOnlyAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | DisplayName | Gets the name that can be displayed in a window, such as a Properties window. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | Element | Gets or sets the element this object refers to. | 
|  | IsBrowsable | Gets a value indicating whether the member is browsable, as specified in the System.ComponentModel.BrowsableAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | IsLocalizable | Gets a value indicating whether this property should be localized, as specified in the System.ComponentModel.LocalizableAttribute. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | IsReadOnly | Overridden. When overridden in a derived class, gets a value indicating whether this property is read-only. | 
|  | Name | Gets the name of the member. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | PropertyType | Overridden. When overridden in a derived class, gets the type of the property. | 
|  | SerializationVisibility | Gets a value indicating whether this property should be serialized, as specified in the System.ComponentModel.DesignerSerializationVisibilityAttribute. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | SupportsChangeEvents | Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor. (Inherited from System.ComponentModel.PropertyDescriptor) | 
| Name | Description | |
|---|---|---|
|  | AttributeArray | Gets or sets an array of attributes. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | NameHashCode | Gets the hash code for the name of the member, as specified in System.String.GetHashCode. (Inherited from System.ComponentModel.MemberDescriptor) | 
| Name | Description | |
|---|---|---|
|  | AddValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | CanResetValue | Overridden. When overridden in a derived class, returns whether resetting an object changes its value. | 
|  | Equals | Compares this to another object to see if they are equivalent. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetChildProperties | Overloaded. Returns the default System.ComponentModel.PropertyDescriptorCollection. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetEditor | Gets an editor of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetHashCode | Returns the hash code for this object. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetValue | Overridden. When overridden in a derived class, gets the current value of the property on a component. | 
|  | RemoveValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | ResetValue | Overridden. When overridden in a derived class, resets the value for this property of the component to the default value. | 
|  | SetValue | Overridden. When overridden in a derived class, sets the value of the component to a different value. | 
|  | ShouldSerializeValue | Overridden. When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted. | 
| Name | Description | |
|---|---|---|
|  | CreateAttributeCollection | Creates a collection of attributes using the array of attributes passed to the constructor. (Inherited from System.ComponentModel.MemberDescriptor) | 
|  | CreateInstance | Creates an instance of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | FillAttributes | Adds the attributes of the System.ComponentModel.PropertyDescriptor to the specified list of attributes in the parent class. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetInvocationTarget | This method returns the object that should be used during invocation of members. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | GetTypeFromName | Returns a type using its name. (Inherited from System.ComponentModel.PropertyDescriptor) | 
|  | OnGetValue | Calls the GetElementValue event. | 
|  | OnSetValue | Calls the SetElementValue event. | 
|  | OnValueChanged | Raises the ValueChanged event that you implemented. (Inherited from System.ComponentModel.PropertyDescriptor) |