AutoHiddenPanelCaptionShowMode Enum
Provides members that specify the content of auto-hidden panels’ captions.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.