Click or drag to resize

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

Property Value

TModel
See Also