Click or drag to resize

IPropertyHierarchyView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Main.IPropertyHierarchyView"]


Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPropertyHierarchyView

The IPropertyHierarchyView type exposes the following members.

Properties
 NameDescription
Public propertyAvailablePropertyKeyList 
Public propertyPropertyValueList 
Public propertyShowAllProperties Sets a value indicating to the user whether to show all properties or only those of the topmost property bag.
Top
Events
 NameDescription
Public eventAddNewBasicProperty Occurs when the user wants to create a new basic property (string, double, int, DateTime) with a user defined name.
Public eventItemEditing Occurs when the selected item should be edited.
Public eventItemRemoving Occurs when the user wants to remove the selected property values.
Public eventPropertyCreation Occurs when the user double-clicks on an available property key in order to create a new property value.
Public eventShowAllPropertiesChanged 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.
Top
See Also