Show / Hide Table of Contents

Class TreeViewBehavior

Implements a behaviors for tree view control.

Inheritance
System.Object
CommandBehaviorBase<System.Windows.Controls.Control>
TreeViewBehavior
CommandBehaviorBase<Control>.Command
CommandBehaviorBase<Control>.CommandParameter
CommandBehaviorBase<Control>.TargetObject
CommandBehaviorBase<Control>.ExecuteCommand()
CommandBehaviorBase<Control>.UpdateEnabledState()
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 Source

TreeViewBehavior(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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX