Version

AllowDockingIndicatorsWithinDocumentContentHost Property

Returns or sets a boolean indicating whether docking indicators may be displayed for Infragistics.Windows.DockManager.TabGroupPane instances within the Infragistics.Windows.DockManager.DocumentContentHost
Syntax
'Declaration
 
Public Property AllowDockingIndicatorsWithinDocumentContentHost As Boolean
public bool AllowDockingIndicatorsWithinDocumentContentHost {get; set;}
Remarks

By default this property is true when the source Panes are already within the Infragistics.Windows.DockManager.DocumentContentHost. However once the pane is dragged into a floating position, it's PaneLocation would be Floating and it would be treated like other dockable panes so dragging back over the DocumentContentHost would display a single docking indicator where the center is used to add the pane to the active document's tab group and the outer parts of that docking indicator are used to dock to the inside edge of the Infragistics.Windows.DockManager.XamDockManager just outside the DocumentContentHost. When set to a true, a docking indicator will be set over each Infragistics.Windows.DockManager.TabGroupPane within the DocumentContentHost.

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