Concept.Model.Wpf Assembly > Concept.Model.Wpf Namespace : BaseTreeViewModel Class |
The following tables list the members exposed by BaseTreeViewModel.
Name | Description | |
---|---|---|
![]() | ChildrenPropertyName | Constant string to manage Children property changed. |
![]() | IsExpandedPropertyName | Constant string to manage IsExpanded property changed. |
![]() | IsSelectedPropertyName | Constant string to manage IsSelected property changed. |
![]() | ModelPropertyName | Constant string to manage Model property changed. |
Name | Description | |
---|---|---|
![]() | _parentConceptTreeView | The _parent concept tree view |
Name | Description | |
---|---|---|
![]() | Children | Gets the children. |
![]() | IsExpanded | Gets or sets a value indicating whether this instance is expanded. |
![]() | IsSelected | Gets or sets a value indicating whether this instance is selected. |
![]() | Model | Gets or sets the model. |
![]() | Parent | Gets the parent. |
Name | Description | |
---|---|---|
![]() | CollapseAll | Collapse all. |
![]() | ExpandAll | Expands all. |
![]() | ExpandToModel | Expands to model. |
Name | Description | |
---|---|---|
![]() | DoPropertyChanged | Does the property changed. |
![]() | OnIsExpandedChanged | Called when [is expanded changed]. |
![]() | OnIsSelectedChanged | Called when [is selected changed]. |
![]() | OnModelChanged | Called when [model changed]. |
Name | Description | |
---|---|---|
![]() | GetImage | Overloaded. Gets the image. |
![]() | IfNotNull<T,U> |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |