NavPaneState Enum
In This Article
Enumerates possible states for a NavBarControl when the NavigationPane paint style is applied.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Members
Name | Description |
---|---|
Expanded
|
A Nav |
Collapsed
|
A Nav |
#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.
See Also