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

AutoHiddenPanelCaptionShowMode Enum

Provides members that specify the content of auto-hidden panels’ captions.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum AutoHiddenPanelCaptionShowMode

#Members

Name Description
ShowForAllPanels

Indicates that all auto-hidden panels have both the icon and text displayed within their captions.

ShowForActivePanel

Indicates that only the active auto-hidden panel has both the icon and text displayed within its caption. For inactive panels, only icons are displayed within captions.

#Related API Members

The following properties accept/return AutoHiddenPanelCaptionShowMode values:

#Remarks

The AutoHiddenPanelCaptionShowMode enumerator can be accessed via the DockManager.AutoHiddenPanelCaptionShowMode property.

See Also