BaseWindowViewModel Parent Property KerbalEdit - Take control of your KSP Data!
Gets the parent IViewModel instance

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public virtual IViewModel Parent { get; }

Implements

IViewModel Parent
Remarks

A window is always the top level data object in a VM context. This class always returns null for this property.
See Also