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

NavPaneState Enum

Enumerates possible states for a NavBarControl when the NavigationPane paint style is applied.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.1.dll

Declaration

public enum NavPaneState

Members

Name Description
Expanded

A NavBarControl is in its normal state.

Collapsed

A NavBarControl is in its minimized state.

Related API Members

The following properties accept/return NavPaneState values:

Remarks

Use the OptionsNavPane.NavPaneState property, which is of the NavPaneState type, to specify the control’s expansion state. This property is in effect when the control is painted using the NavigationPane paint style.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavPaneState enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also