MVCANControllerEditOriginalDocBaseTModel, TViewDoc Property |
Gets the current document of this controller. If the document is null, an
InvalidOperationException is thrown. To check whether
the document is null, check on the member
_doc directly.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TModel Doc { get; }
Property Value
TModelSee Also