The KerbalDataObjectListViewModel type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Children |
Returns the logical child items of this object.
(Inherited from TreeViewItemViewModel.) | |
| DisplayName |
Gets or sets the UI display name of the model
(Inherited from TreeViewItemViewModel.) | |
| HasDummyChild |
Returns true if this object's Children have not yet been populated.
(Inherited from TreeViewItemViewModel.) | |
| IsDirty |
Gets or sets a value indicating whether the TreeViewItem
associated with this object is selected.
(Inherited from TreeViewItemViewModel.) | |
| IsExpanded |
Gets/sets whether the TreeViewItem
associated with this object is expanded.
(Inherited from TreeViewItemViewModel.) | |
| IsSelected |
Gets or sets a value indicating whether the TreeViewItem
associated with this object is selected.
(Inherited from TreeViewItemViewModel.) | |
| Object |
Gets the data object instance managed by the model
(Inherited from TreeViewItemViewModel.) | |
| Objects |
Gets the IKerbalDataObjects managed by this model.
| |
| ObjectType |
Gets the type of the data object managed by the model
(Inherited from TreeViewItemViewModel.) | |
| Parent |
Gets the parent view model instance
(Inherited from TreeViewItemViewModel.) | |
| ToolTip |
Gets or sets the UI tool tip of the model
(Inherited from TreeViewItemViewModel.) | |
| TreeParent |
Get's the parent model instance as a Tree object if relevant
(Inherited from TreeViewItemViewModel.) |
See Also