ActionDocumentAction Property |
Gets the property bag. If the property bag is empty or not created, it is allowed to return null.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic IAction Action { get; set; }Property Value
IAction
The property bag, or
null if there is no property bag.
See Also