Back to Devexpress

DockPanelOptions Properties

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

latest3.6 KB
Original Source

DockPanelOptions Properties

Provides options for controlling a panel’s docking functionality.

NameDescription
AllowDockAsTabbedDocumentGets or sets whether the current DockPanel can be docked as a tab within a Tabbed View, created using the DocumentManager component.
AllowDockBottomGets or sets whether the dock panel can be docked to the bottom edge of a form (or user control).
AllowDockFillGets or sets whether the dock panel can be docked to another dock panel.
AllowDockLeftGets or sets whether the dock panel can be docked to the left edge of a form (or user control).
AllowDockRightGets or sets whether the dock panel can be docked to the right edge of a form (or user control).
AllowDockTopGets or sets whether the dock panel can be docked to the top edge of a form (or user control).
AllowFloatingGets or sets whether the dock panel can be floated.
FloatOnDblClickGets or sets whether an end-user can double-click a panel’s caption to float it. Inherited from BaseDockOptions.
ResizeDirectionGets or sets the borders at which the current dock panel can be resized using the mouse.
ShowAutoHideButtonGets or sets whether the auto hide button is displayed within a dock panel’s caption. Inherited from BaseDockOptions.
ShowCloseButtonGets or sets whether the close button is displayed within a dock panel’s caption. Inherited from BaseDockOptions.
ShowMaximizeButtonGets or sets whether the maximize button can be displayed within a dock panel’s caption. Inherited from BaseDockOptions.
ShowMinimizeButtonGets or sets whether floating Dock Panels should display buttons that allow users to collapse (minimize) these panels. Mimimize buttons cannot be shown if panels are always on top of their parent forms (see the DockingOptions.FloatPanelsAlwaysOnTop property). Inherited from BaseDockOptions.

See Also

DockPanelOptions Class

DockPanelOptions Members

DevExpress.XtraBars.Docking Namespace