Back to Devexpress

DockManager.AutoHiddenPanelCaptionShowMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-cdad8d8d.md

latest2.6 KB
Original Source

DockManager.AutoHiddenPanelCaptionShowMode Property

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

Declaration

csharp
[DefaultValue(AutoHiddenPanelCaptionShowMode.ShowForAllPanels)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public AutoHiddenPanelCaptionShowMode AutoHiddenPanelCaptionShowMode { get; set; }
vb
<DefaultValue(AutoHiddenPanelCaptionShowMode.ShowForAllPanels)>
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public Property AutoHiddenPanelCaptionShowMode As AutoHiddenPanelCaptionShowMode

Property Value

TypeDefaultDescription
AutoHiddenPanelCaptionShowModeShowForAllPanels

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:

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.

|

Remarks

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:

  • ShowForAllPanels - An icon and text are shown for each panel within an auto-hidden tab container.
  • ShowForActivePanel - An icon and text are shown for the active panel, while inactive panel captions display only panel icons with no text.

See Also

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace