'Declaration Public Enum SelectionBehavior Inherits System.Enum
public enum SelectionBehavior : System.Enum
Member | Description |
---|---|
ExtendedAcrossCollections | Any enabled UltraTreeNode instances can be selected concurrently, regardless of whether they belong to different UltraTreeNode.Nodes collections. |
ExtendedAutoDragAcrossCollections | Any 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. |
UseOverride | Default. The resolved value of the Override.SelectionType property determines whether an UltraTreeNode can be selected. |
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