windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-f14272c1.md
Gets or sets whether the dock panel’s caption is shown only when the mouse pointer hovers over the panel’s top or all the time.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowCaptionOnMouseHover { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowCaptionOnMouseHover As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true to show the panel’s caption when the mouse pointer hovers over the panel’s top; false the panel captions are always shown.
|
You can access this nested property as listed below:
| Object Type | Path to ShowCaptionOnMouseHover |
|---|---|
| DockManager |
.DockingOptions .ShowCaptionOnMouseHover
|
If the ShowCaptionOnMouseHover property is set to true , dock panels don’t display their captions except for the panels which are floating. The caption is shown when the mouse pointer hovers over the panel’s top as shown below:
See Also