Skip to content

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

NameSummary
.ctorInitializes a new instance of the [ReactiveTreeItem](# class.

Properties

NameSummary
ViewModelGets the view model.
ChildrenGets the children.
IsExpanded
IsSelected
Icon

Methods

NameSummary
AddChildAdds the child.
RemoveChildRemoves the selected child and its children.
ExpandPathExpands the path.
CollapsePathCollapses the path.
DisposeReleases the resources used by the current instance of the class.
Inherited members

See also