Back to Devexpress

DockManager Properties

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-underscore-properties.md

latest9.7 KB
Original Source

DockManager Properties

The component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library.

NameDescription
ActivePanelGets or sets the active dock panel.
ActivePanelIDGets or sets the index of the active dock panel.
AllowGlyphSkinningGets or sets whether all DockPanels within the DockManager should paint their icons in the panel’s foreground colors.
AutoHiddenPanelCaptionShowModeGets or sets how panel captions are displayed within an auto-hide container when these panels are combined into an auto-hidden tab container.
AutoHiddenPanelShowModeGets or sets whether auto-hidden panels within the current DockManager are shown during mouse hover, or only during a mouse click.
AutoHideContainersProvides access to the auto hide containers and thus to the panels whose auto hide functionality is enabled.
AutoHideSpeedGets or sets the auto-hide animation speed for dock panels.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ControllerGets or sets the bar and dock controller that provides the default appearance options for the dock panels belonging to the current dock manager.
CountGets the total number of panels that belong to the dock manager.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DockControllerGets an IDockController that performs docking operations on panels within the current DockManager.
DockingOptionsProvides access to the settings that affect the behavior of dock panels.
DockModeGets or sets the dock style.
DockModeVS2005FadeFramesCountGets or sets the number of frames in the fading animation effect that are applied when displaying dock visualizers (markers) in VS2005 dock style.
DockModeVS2005FadeSpeedGets or sets a value that specifies the speed of fade effects.
DocumentManagerGets a DocumentManager associated with this DockManager.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FormGets or sets the container control (form or user control) which displays the dock panels owned by the current dock manager.
HiddenPanelsProvides access to a collection of hidden dock panels.
ImagesGets or sets the image source whose images are used by dock panels.
IsDeserializingIndicates whether the docking layout is being loaded.
IsInitializedIndicates whether the dock manager has been initialized.
Item[Int32]Provides indexed access to the panels which belong to the dock manager.
Item[String]Provides indexed access to the panels which belong to the dock manager by their names.
LayoutVersionGets or sets the version of the layout of dock windows.
MenuManagerGets or sets an object that controls the look and feel of the DockManager‘s popup menus.
PanelsProvides access to all the dock panels owned by the dock manager.
RootPanelsProvides access to the collection of visible panels which are not owned by other panels.
SerializationInProgressThis member supports the internal infrastructure, and is not intended to be used directly from your code.
SerializationOptionsProvides options which control how a layout of dock panels is stored to/restored from a data store (a stream, xml file or system registry).
SiteGets or sets the ISite of the Component. Inherited from Component.
StyleGets or sets the style for all panels owned by this DockManager.
ToolTipControllerGets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed by the dock panels.
TopZIndexControlsGets the string collection that stores the full names of the controls which have the top (high) indexes in the z-order and thus are positioned closest to the form’s edges.
ValidateDockPanelOnDeactivateGets or sets whether the Validate method is forcibly called on a dock panel when switching from this dock panel to another one.
ValidateFloatFormChildrenOnDeactivateGets or sets whether a float dock panel’s controls are validated when the panel is deactivated.
ValidateFormChildrenOnDeactivateGets or sets whether the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another.
XtraSerializableScreenConfigurationThis member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace