Class TreeViewBehavior
Implements a behaviors for tree view control.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Windows.Controls.Control | element | A tree view control. |