Back to Devexpress

AutoHiddenPanelCaptionShowMode Enum

windowsforms-devexpress-dot-xtrabars-dot-docking-535ed491.md

latest1.7 KB
Original Source

AutoHiddenPanelCaptionShowMode Enum

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

Declaration

csharp
public enum AutoHiddenPanelCaptionShowMode
vb
Public Enum AutoHiddenPanelCaptionShowMode

Members

NameDescription
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:

Remarks

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

See Also

AutoHiddenPanelCaptionShowMode

DevExpress.XtraBars.Docking Namespace