Skip to main content
A newer version of this page is available. .

DockPanelOptions Properties

Provides options for controlling a panel’s docking functionality.
Name Description
AllowDockAsTabbedDocument Gets or sets whether the current DockPanel can be docked as a tab within a Tabbed View, created using the DocumentManager component.
AllowDockBottom Gets or sets whether the dock panel can be docked to the bottom edge of a form (or user control).
AllowDockFill Gets or sets whether the dock panel can be docked to another dock panel.
AllowDockLeft Gets or sets whether the dock panel can be docked to the left edge of a form (or user control).
AllowDockRight Gets or sets whether the dock panel can be docked to the right edge of a form (or user control).
AllowDockTop Gets or sets whether the dock panel can be docked to the top edge of a form (or user control).
AllowFloating Gets or sets whether the dock panel can be floated.
FloatOnDblClick Gets or sets whether an end-user can double-click a panel’s caption to float it. Inherited from BaseDockOptions.
ResizeDirection Gets or sets the borders at which the current dock panel can be resized using the mouse.
ShowAutoHideButton Gets or sets whether the auto hide button is displayed within a dock panel’s caption. Inherited from BaseDockOptions.
ShowCloseButton Gets or sets whether the close button is displayed within a dock panel’s caption. Inherited from BaseDockOptions.
ShowMaximizeButton Gets or sets whether the maximize button can be displayed within a dock panel’s caption. Inherited from BaseDockOptions.
See Also