Back to Devexpress

BaseDockOptions Properties

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

latest1.6 KB
Original Source

BaseDockOptions Properties

Serves as the base class for classes that contain options for controlling the docking functionality.

NameDescription
FloatOnDblClickGets or sets whether an end-user can double-click a panel’s caption to float it.
ShowAutoHideButtonGets or sets whether the auto hide button is displayed within a dock panel’s caption.
ShowCloseButtonGets or sets whether the close button is displayed within a dock panel’s caption.
ShowMaximizeButtonGets or sets whether the maximize button can be displayed within a dock panel’s caption.
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).

See Also

BaseDockOptions Class

BaseDockOptions Members

DevExpress.XtraBars.Docking Namespace