Skip to main content
A newer version of this page is available. .
Bar

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.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean ShowNavigationHeader { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

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

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

See the PopupMenu.ShowNavigationHeader option for more details on the menu navigation in the Inpace mode.

See Also