Version

SelectionBehavior Enumeration

Determines whether UltraTreeNode instance which belong to different UltraTreeNode.Nodes collections can be selected concurrently.
Syntax
'Declaration
 
Public Enum SelectionBehavior 
   Inherits System.Enum
public enum SelectionBehavior : System.Enum 
Members
MemberDescription
ExtendedAcrossCollectionsAny enabled UltraTreeNode instances can be selected concurrently, regardless of whether they belong to different UltraTreeNode.Nodes collections.
ExtendedAutoDragAcrossCollectionsAny enabled UltraTreeNode instances can be selected concurrently, regardless of whether they belong to different UltraTreeNode.Nodes collections. Selecting and then dragging will fire the UltraTree.SelectionDragStart event to allow the beginning of a DragDrop operation.
UseOverrideDefault. The resolved value of the Override.SelectionType property determines whether an UltraTreeNode can be selected.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also