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

NavBarControl.NavPaneShowCollapsedGroupContent() Method

OBSOLETE

This method is obsolete. Use ShowNavPaneForm() instead.

Displays the content of the nav bar control when it is painted using the Navigation Pane style and the nav bar is collapsed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[Obsolete("This method is obsolete. Use ShowNavPaneForm instead.", false)]
public void NavPaneShowCollapsedGroupContent()

Remarks

See OptionsNavPane.CollapsedNavPaneContentControl to learn more.

See Also