Back to Devexpress

DevExpress.XtraBars.Docking Namespace

windowsforms-devexpress-dot-xtrabars-c30db1ae.md

latest9.7 KB
Original Source

DevExpress.XtraBars.Docking Namespace

Contains classes that implement docking functionality.

Assemblies : DevExpress.XtraBars.v25.2.dll, DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Classes

NameDescription
ActivePanelChangedEventArgsProvides data for the DockManager.ActivePanelChanged event.
AutoHideContainerRepresents an auto hide container.
AutoHideContainerCollectionRepresents an auto hide container collection.
BaseDockOptionsServes as the base class for classes that contain options for controlling the docking functionality.
ControlContainerRepresents the client area of a dock panel.
DockingEventArgsProvides data for the DockManager.Docking event.
DockingOptionsProvides docking options that are common to all dock panels.
DockManagerThe component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library.
DockManagerAppearancesContains appearance settings for dock panels.
DockPanelRepresents a dock panel.
DockPanelCancelEventArgsProvides data for the DockManager.ClosingPanel event.
DockPanelCollectionRepresents a dock panel collection.
DockPanelEventArgsServes as the base class for classes which provide data to dock panel events.
DockPanelOptionsProvides options for controlling a panel’s docking functionality.
EndDockingEventArgsProvides data for the DockManager.EndDocking event.
EndSizingEventArgsProvides data for the DockManager.EndSizing event.
FloatFormRepresents a floating form where a floating panel resides.
HitInfoContains information about a specific point within a dock panel.
LayoutSerializationOptionsContains options that specify how a layout of dock panels is stored to and restored from storage (a stream, xml file or system registry).
PopupMenuShowingEventArgsProvides data for the DockManager.PopupMenuShowing event.
ReadOnlyPanelCollectionRepresents a collection of all the dock panels owned by the dock manager.
SizingEventArgsProvides data for the DockManager.Sizing event.
StartSizingEventArgsProvides data for the DockManager.StartSizing event.
TabContainerActiveChildNotSetExceptionOccurs when the DockPanel.ActiveChild property of the restored tab container is not specified.
TabsPositionChangedEventArgsProvides data for the DockManager.TabsPositionChanged and DockPanel.TabsPositionChanged events.
VisibilityChangedEventArgsProvides data for the DockManager.VisibilityChanged and DockPanel.VisibilityChanged events.
ZIndexControlServes as the base class for the DockPanel class.

Delegates

NameDescription
ActivePanelChangedEventHandlerRepresents a method that will handle the DockManager.ActivePanelChanged event.
DockingEventHandlerRepresents a method that will handle the DockManager.Docking event.
DockPanelCancelEventHandlerRepresents a method that will handle the dock panel events.
DockPanelEventHandlerRepresents a method that will handle the dock panel events.
EndDockingEventHandlerRepresents a method that will handle the DockManager.EndDocking event.
EndSizingEventHandlerRepresents a method that will handle the DockManager.EndSizing event.
PopupMenuShowingEventHandlerA method that will handle a DockManager’s DockManager.PopupMenuShowing event.
SizingEventHandlerRepresents a method that will handle the DockManager.Sizing event.
StartSizingEventHandlerRepresents a method that will handle the DockManager.StartSizing event.
TabsPositionChangedEventHandlerRepresents a method that will handle the DockManager.TabsPositionChanged and DockPanel.TabsPositionChanged events.
VisibilityChangedEventHandlerRepresents a method that will handle the DockManager.VisibilityChanged and DockPanel.VisibilityChanged events.

Enums

NameDescription
AutoHiddenPanelCaptionShowModeProvides members that specify the content of auto-hidden panels’ captions.
DockingStyleLists values specifying the position and manner in which a dock panel is docked.
DockPanelStateLists values indicating all the available dock panel states.
DockVisibilityContains values that specify the visible state for dock panels.
HitTestLists values which identify the elements in a dock panel.
TabsPositionLists values specifying the position of the tabs in a tab container.