Back to Devexpress

BarCustomContainerItemLink.ShowNavigationHeader Property

windowsforms-devexpress-dot-xtrabars-dot-barcustomcontaineritemlink.md

latest2.7 KB
Original Source

BarCustomContainerItemLink.ShowNavigationHeader Property

Gets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItemLink. This property is in effect when the current BarCustomContainerItemLink is displayed in the Inplace popup show mode.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DefaultBoolean ShowNavigationHeader { get; }
vb
<Browsable(False)>
Public ReadOnly Property ShowNavigationHeader As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean value that specifies whether the navigation header that provides navigation through the menu hierarchy, is shown in the header of the current BarCustomContainerItemLink

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

See BarCustomContainerItem.ShowNavigationHeader for details.

See Also

BarManager.PopupShowMode

RibbonControl.PopupShowMode

BarCustomContainerItem.ShowNavigationHeader

PopupMenu.ShowNavigationHeader

MenuCaption

BarCustomContainerItemLink Class

BarCustomContainerItemLink Members

DevExpress.XtraBars Namespace