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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(AutoHiddenPanelCaptionShowMode.ShowForAllPanels)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public AutoHiddenPanelCaptionShowMode AutoHiddenPanelCaptionShowMode { get; set; }
Property Value
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. |
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.