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
#Members
Name | Description |
---|---|
Show
|
Indicates that all auto-hidden panels have both the icon and text displayed within their captions. |
Show
|
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.