IProperty |
public interface IPropertyHierarchyView
The IPropertyHierarchyView type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailablePropertyKeyList | Sets the list of available property keys. | |
| PropertyValueList | Sets the list of existing property values. | |
| ShowAllProperties | Sets a value indicating to the user whether all properties or only those of the topmost property bag should be shown. |
| Name | Description | |
|---|---|---|
| AddNewBasicProperty | Occurs when the user wants to create a new basic property (string, double, int, DateTime) with a user defined name. | |
| ItemEditing | Occurs when the selected item should be edited. | |
| ItemRemoving | Occurs when the user wants to remove the selected property values. | |
| PropertyCreation | Occurs when the user double-clicks on an available property key in order to create a new property value. | |
| ShowAllPropertiesChanged | Occurs when the user wants to change the view. If the argument is true, all properties (including the inherited properties) should be shown, otherwise only the properties of the topmost bag. |