windowsforms-devexpress-dot-xtrabars-dot-docking-535ed491.md
Provides members that specify the content of auto-hidden panels’ captions.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum AutoHiddenPanelCaptionShowMode
Public Enum AutoHiddenPanelCaptionShowMode
| 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.
|
The following properties accept/return AutoHiddenPanelCaptionShowMode values:
The AutoHiddenPanelCaptionShowMode enumerator can be accessed via the DockManager.AutoHiddenPanelCaptionShowMode property.
See Also