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