Back to Devexpress

DockPanel.ActivateOnContentFocusWhenAutoHidden Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-6d583d95.md

latest1.9 KB
Original Source

DockPanel.ActivateOnContentFocusWhenAutoHidden Property

Gets or sets whether this auto-hide DockPanel should be activated when an end-user focuses its content.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool ActivateOnContentFocusWhenAutoHidden { get; set; }
vb
<Browsable(False)>
Public Property ActivateOnContentFocusWhenAutoHidden As Boolean

Property Value

TypeDescription
Boolean

true if this auto-hide DockPanel should be activated when an end-user focuses its content; otherwise, false.

|

Remarks

In specific scenarios, focusing an auto-hide panel‘s content does not activate this panel (and thus, does not raise the DockManager.ActivePanelChanged event). If you are experiencing issues with activating auto-hide panels, set the ActivateOnContentFocusWhenAutoHidden property to true.

See Also

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace