TreeViewItemViewModel PropertiesKerbalEdit - Take control of your KSP Data!
The TreeViewItemViewModel type exposes the following members.
Properties

  NameDescription
Public propertyChildren
Returns the logical child items of this object.
Public propertyDisplayName
Gets or sets the UI display name of the model
Public propertyHasDummyChild
Returns true if this object's Children have not yet been populated.
Public propertyIsDirty
Gets or sets a value indicating whether the TreeViewItem associated with this object is selected.
Public propertyIsExpanded
Gets/sets whether the TreeViewItem associated with this object is expanded.
Public propertyIsSelected
Gets or sets a value indicating whether the TreeViewItem associated with this object is selected.
Public propertyObject
Gets the data object instance managed by the model
Public propertyObjectType
Gets the type of the data object managed by the model
Public propertyParent
Gets the parent view model instance
Public propertyToolTip
Gets or sets the UI tool tip of the model
Public propertyTreeParent
Get's the parent model instance as a Tree object if relevant
Back to Top
See Also