Version

RootSplitPaneLocation Enumeration

Identifies the location of a new root split pane created during a drag operation.
Syntax
'Declaration
 
Public Enum RootSplitPaneLocation 
   Inherits System.Enum
public enum RootSplitPaneLocation : System.Enum 
Members
MemberDescription
DocumentContentHostA new split pane will be created to encompass the root split pane(s) within the DocumentContentHost
InnerDockManagerEdgeA new split pane along the inner edge of the Infragistics.Windows.DockManager.XamDockManager will be created
OuterDockManagerEdgeA new split pane along the outer edge of the Infragistics.Windows.DockManager.XamDockManager will be created
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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