IProperty |
[Missing <summary> documentation for "T:Altaxo.Gui.Main.IPropertyHierarchyView"]
public interface IPropertyHierarchyView
The IPropertyHierarchyView type exposes the following members.
Name | Description | |
---|---|---|
AvailablePropertyKeyList | ||
PropertyValueList | ||
ShowAllProperties | Sets a value indicating to the user whether to show all properties or only those of the topmost property bag. |
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. |