Version

Infragistics.Windows.DockManager Namespace

Classes
 ClassDescription
ClassContentPane Represents a single pane in a XamDockManager. The System.Windows.Controls.ContentControl.Content should be the control/element that should be hosted in the dockable window and the System.Windows.Controls.HeaderedContentControl.Header is used to display in the caption for the pane.
ClassContentPaneCommands Provides the list of RoutedCommands supported by the ContentPane.
ClassContentPanePlaceholder Element used to maintain the place for a pane when its state is changed (e.g. Docked to Floating).
ClassContentValidationConverter Custom value converter used to ensure that an object property is not set to an instance of an element.
ClassDockedPaneSplitter Splitter used to resize a root SplitPane within the XamDockManager
ClassDockingIndicator Control during a drag operation to allow the end user to determine where the pane should be docked.
ClassDockManagerBrushHelper Provides static brush properties from the base Infragistics.Windows.Controls.BrushHelper
ClassDockManagerBrushKeys Static class that exposes the resource keys used by the XamDockManager elements.
ClassDockManagerCommands Provides the list of RoutedCommands supported by the XamDockManager.
ClassDockManagerPanel Element used to host the root docked SplitPane instances in a XamDockManager
ClassDocumentContentHost Control used to display one or more ContentPane instances as tabbed documents within a XamDockManager
ClassDocumentContentHostPanel Custom element for arranging the children of the DocumentContentHost
ClassDocumentTabPanel Custom panel for positioning elements similar to that of the mdi tabs within Visual Studio where only as many tabs that can be displayed in view will be positioned.
ClassPaneHeaderPresenter A customizable element used to represent the caption/header area of a ContentPane
ClassPaneNavigator Control used to display the list of visible ContentPane instances in a XamDockManager to allow activation of a pane.
ClassPaneNavigatorItemsPanel Used in a PaneNavigatorControl to provide columnar layout for the Panes and Documents lists, with scrolling.
ClassPaneSplitter A customizable element used to redistribute space between panes in a XamDockManager
ClassPaneTabItem Used to represent a ContentPane as a tab header within the UnpinnedTabArea and TabGroupPane.
ClassPaneToolWindow A class used by XamDockManager to host floating panes.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassResourcesDockManager Exposes the Infragistics.Shared.DynamicResourceString instances used in the assembly.
ClassSplitPane A pane used in a XamDockManager that can display one or more panes stacked horizontally or vertically.
ClassSplitPaneSplitter Splitter used to resize 2 adjacent panes within a SplitPane
ClassTabGroupPane A custom group pane used in a XamDockManager that can display one or more ContentPane instances as tab items.
ClassUnpinnedTabArea Represents a custom tabcontrol displayed on each outer edge of the XamDockManager that is used to display the unpinned ContentPane instances.
ClassUnpinnedTabFlyout Stylable element used to represent the flyout from an UnpinnedTabArea that will host an unpinned ContentPane when it is visible to the end user.
ClassUnpinnedTabFlyoutSplitter Splitter used to resize the control displayed in the UnpinnedTabFlyout of an UnpinnedTabArea
ClassUnpinnedTabItemPanel A custom panel used to arrange tab items within an UnpinnedTabArea
ClassXamDockManager A custom control that arranges elements as panes similar to that of Microsoft Visual Studio.
Enumerations
 EnumerationDescription
EnumerationContentPaneStates Enumeration used to indicate the current state of a ContentPane
EnumerationDockedPaneLayoutMode Enumeration of layout style for root docked SplitPane instances in a XamDockManager
EnumerationDockingIndicatorPosition Enumeration used to identify the type of docking indicator.
EnumerationDockManagerStates Enumeration used to indicate the current state of a XamDockManager
EnumerationFloatingWindowCaptionSource Enumeration used to determine what is providing the caption for a floating PaneToolWindow
EnumerationFloatingWindowDoubleClickAction Enumeration used to determine what happens when double clicking the floating window's caption.
EnumerationFloatingWindowDragMode Enumeration used to determine when a floating window should be repositioned during a drag operation.
EnumerationFloatingWindowVisibility Enumeration used to determine whether floating windows should be displayed.
EnumerationInitialPaneLocation Enumeration used to indicate where within the XamDockManager a SplitPane in the XamDockManager.Panes collection should be positioned.
EnumerationPaneActionBehavior Enumeration used to determine which panes within a dockable TabGroupPane are affected by a particular pane action such as closing or unpinning a pane.
EnumerationPaneCloseAction Enumeration used to indicate what should happen to a ContentPane when it has been closed.
EnumerationPaneFlyoutAnimation Enumeration used to control how the contents of an unpinned pane are brought into and out of view.
EnumerationPaneLocation Enumeration used to determine where the containing pane is located within the XamDockManager
EnumerationPaneNavigationOrder Enumeration used to determine the order in which panes are navigated when using the keyboard or the PaneNavigator
EnumerationPaneNavigatorButtonDisplayMode Enumeration used to determine when the button used to show the PaneNavigator should be displayed in the ui.
EnumerationPaneSplitterType Enumeration used to identify the type of PaneSplitter.
EnumerationTabItemDragBehavior Enumeration used to determine the type of drop indication that is displayed when dragging over the tab item area of a TabGroupPane
EnumerationUnpinnedTabHoverAction Enumeration used to indicate what should happen when the mouse hovers over an unpinned tab for a ContentPane
See Also