Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.NavPaneForm Property

Gets the NavPane Form’s settings.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[Browsable(false)]
public virtual NavPaneForm NavPaneForm { get; }

#Property Value

Type Description
DevExpress.XtraNavBar.Forms.NavPaneForm

A DevExpress.XtraNavBar.Forms.NavPaneForm object that represents the NavPane Form.

#Remarks

When the “NavigationPane” view is applied, the NavBarControl can be toggled between full and space-saving mode by clicking on the small arrow button in the control’s caption.

When collapsed, the NavBarControl still allows the contents of the active group to be displayed. To do this, an end-user can simply click the group’s caption. Once clicked, the NavPane Form which contains the active group’s content, is displayed. This form is shown in the image below:

NavPaneForm

In code, you can use the NavBarControl.ShowNavPaneForm and NavBarControl.HideNavPaneForm methods to manage the visibility of the NavPane Form.

See Also