Skip to main content
A newer version of this page is available. .

AutoHiddenPanelCaptionShowMode Enum

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

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