Click or drag to resize

ActionDocumentAction Property

Gets the property bag. If the property bag is empty or not created, it is allowed to return null.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public IAction Action { get; set; }

Property Value

IAction
The property bag, or null if there is no property bag.
See Also