ReactiveTreeItem class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ReactiveTreeItem
Modifiers: public abstract
Summary¶
Reactive Tree Item.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ReactiveTreeItem
class RxObject
RxObject <|-- ReactiveTreeItem
Inherits from: RxObject
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveTreeItem](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets the view model. |
| Children | Gets the children. |
| IsExpanded | |
| IsSelected | |
| Icon |
Methods¶
| Name | Summary |
|---|---|
| AddChild | Adds the child. |
| RemoveChild | Removes the selected child and its children. |
| ExpandPath | Expands the path. |
| CollapsePath | Collapses the path. |
| Dispose | Releases the resources used by the current instance of the class. |
Inherited members
CrissCross.RxObject.#ctorCrissCross.RxObject.DisposeCrissCross.RxObject.WhenNavigatedFrom(CrissCross.IViewModelNavigationEventArgs)CrissCross.RxObject.WhenNavigatedTo(CrissCross.IViewModelNavigationEventArgs,System.Reactive.Disposables.CompositeDisposable)CrissCross.RxObject.WhenNavigating(CrissCross.IViewModelNavigatingEventArgs)CrissCross.RxObject.Dispose(System.Boolean)CrissCross.RxObject.NameCrissCross.RxObject.DisplayNameCrissCross.RxObject.IsDisposedCrissCross.RxObject.DisposablesSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString