Click or drag to resize

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.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IPropertyBag TopmostBag { get; }

Property Value

IPropertyBag
The topmost property bag.
See Also