Click or drag to resize

MVCANControllerEditCopyOfDocBaseTModel, TViewModelObject Property

Returns the document that this controller has edited. Here the state of the document has changed only after calling Apply(Boolean).

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual Object ModelObject { get; }

Property Value

Object

Implements

IMVCControllerModelObject
See Also