Back to Devexpress

DockingOptions.ShowCaptionOnMouseHover Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-f14272c1.md

latest2.1 KB
Original Source

DockingOptions.ShowCaptionOnMouseHover Property

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowCaptionOnMouseHover { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowCaptionOnMouseHover As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to show the panel’s caption when the mouse pointer hovers over the panel’s top; false the panel captions are always shown.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCaptionOnMouseHover
DockManager

.DockingOptions .ShowCaptionOnMouseHover

|

Remarks

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

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace