Initializes a new instance of the TreeViewItemViewModel class.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected TreeViewItemViewModel( string displayName, IViewModel parent = null, bool lazyLoadChildren = true )
Parameters
- displayName
- Type:
System String
UI display name to use
- parent (Optional)
- Type: KerbalEdit.ViewModels IViewModel
parent model instance
- lazyLoadChildren (Optional)
- Type:
System Boolean
should children objects be lazy or actively loaded
See Also