Class TreeViewBehavior
Implements a behaviors for tree view control.
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class TreeViewBehavior : CommandBehaviorBase<Control>
Constructors
View SourceTreeViewBehavior(Control)
Create a new instance of the TreeViewBehavior class.
Declaration
public TreeViewBehavior(Control element)
Parameters
| Type | Name | Description |
|---|---|---|
| Control | element | A tree view control. |