Back to Devexpress

BarCustomContainerItem.ShowNavigationHeader Property

windowsforms-devexpress-dot-xtrabars-dot-barcustomcontaineritem-f6534ffa.md

latest2.8 KB
Original Source

BarCustomContainerItem.ShowNavigationHeader Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean ShowNavigationHeader { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<DXCategory("Appearance")>
Public Property ShowNavigationHeader As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

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 the PopupMenu.ShowNavigationHeader option for more details on the menu navigation in the Inpace mode.

See Also

BarManager.PopupShowMode

RibbonControl.PopupShowMode

BarCustomContainerItemLink.ShowNavigationHeader

PopupMenu.ShowNavigationHeader

MenuCaption

BarCustomContainerItem Class

BarCustomContainerItem Members

DevExpress.XtraBars Namespace