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

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

Declaration

[Browsable(false)]
public DefaultBoolean ShowNavigationHeader { get; }

Property Value

Type Description
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:

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 BarCustomContainerItem.ShowNavigationHeader for details.

See Also