Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public bool ActivateOnContentFocusWhenAutoHidden { get; set; }

#Property Value

Type Description
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