TreeViewBehaviors Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.MVVM.TreeViewBehaviors
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class TreeViewBehaviors
public static class TreeViewBehaviors
public ref class TreeViewBehaviors abstract sealed
[<AbstractClass>]
[<Sealed>]
type TreeViewBehaviors = class end
public final class TreeViewBehaviors
The TreeViewBehaviors type exposes the following members.
Attached Properties
Name | Description | |
---|---|---|
SelectNextOnRemove |
Top
Methods
Name | Description | |
---|---|---|
GetSelectNextOnRemove | ||
SetSelectNextOnRemove |
Top
Fields
Name | Description | |
---|---|---|
SelectNextOnRemoveProperty | When this property is set, if the selected item(s) are removed, selection is automatically moved to the next item. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.