windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-cdad8d8d.md
Gets or sets how panel captions are displayed within an auto-hide container when these panels are combined into an auto-hidden tab container.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(AutoHiddenPanelCaptionShowMode.ShowForAllPanels)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public AutoHiddenPanelCaptionShowMode AutoHiddenPanelCaptionShowMode { get; set; }
<DefaultValue(AutoHiddenPanelCaptionShowMode.ShowForAllPanels)>
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public Property AutoHiddenPanelCaptionShowMode As AutoHiddenPanelCaptionShowMode
| Type | Default | Description |
|---|---|---|
| AutoHiddenPanelCaptionShowMode | ShowForAllPanels |
A value that specifies the way auto-hidden panel captions are displayed when these panels are combined into an auto-hidden tab container.
|
Available values:
| 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.
|
With the AutoHiddenPanelCaptionShowMode property you can enable one of two display modes for auto-hidden panel captions when these panels are combined into a tab container:
See Also