PropertyHierarchyTopmostBag Property |
Gets the topmost bag. This is the bag that usually can be edited (i.e. values can be added, changed, or removed from this bag).
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IPropertyBag TopmostBag { get; }
Property Value
IPropertyBag
The topmost property bag.
See Also