Back to Devexpress

NavPaneState Enum

windowsforms-devexpress-dot-xtranavbar-98d1d137.md

latest1.6 KB
Original Source

NavPaneState Enum

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

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public enum NavPaneState
vb
Public Enum NavPaneState

Members

NameDescription
Expanded

A NavBarControl is in its normal state.

| | Collapsed |

A NavBarControl is in its minimized state.

|

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

NavPaneState

LookAndFeel

PaintStyleKind

DevExpress.XtraNavBar Namespace