Skip to main content

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

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

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

Remarks

See OptionsNavPane.CollapsedNavPaneContentControl to learn more.

See Also