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

BaseDockOptions.ShowAutoHideButton Property

Gets or sets whether the auto hide button is displayed within a dock panel’s caption.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowAutoHideButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true to show the auto hide button within the caption of a dock panel; otherwise false.

Property Paths

You can access this nested property as listed below:

Show 17 property paths
Library Object Type Path to ShowAutoHideButton
WinForms Controls SnapDockManager
.DockingOptions.ShowAutoHideButton
FieldListDockPanel
.Options.ShowAutoHideButton
ReportExplorerDockPanel
.Options.ShowAutoHideButton
DockManager
.DockingOptions.ShowAutoHideButton
DockPanel
.Options.ShowAutoHideButton
PanAndZoomDockPanel
.Options.ShowAutoHideButton
Reporting DesignDockPanel
.Options.ShowAutoHideButton
ErrorListDockPanel
.Options.ShowAutoHideButton
FieldListDockPanel
.Options.ShowAutoHideButton
GroupAndSortDockPanel
.Options.ShowAutoHideButton
PropertyGridDockPanel
.Options.ShowAutoHideButton
ReportExplorerDockPanel
.Options.ShowAutoHideButton
ReportGalleryDockPanel
.Options.ShowAutoHideButton
ToolBoxDockPanel
.Options.ShowAutoHideButton
TreeViewDesignDockPanel
.Options.ShowAutoHideButton
TypedDesignDockPanel
.Options.ShowAutoHideButton
XRDesignDockManager
.DockingOptions.ShowAutoHideButton

Remarks

Set the ShowAutoHideButton property to false to prevent a dock panel from being auto hidden by an end-user.

For more information on caption buttons, see the Header Buttons document.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowAutoHideButton property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also