NavBarState Enum
Contains values representing a user action performed over the NavBarControl control.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Members
Name | Description |
---|---|
Normal
|
No user operation are currently performed over the control. |
Group
|
A user is curently pressing a group caption. |
Link
|
A user is currently pressing a link. |
Up
|
A user is currently pressing the up scroll button. |
Down
|
A user is currently pressing the down scroll button. |
Link
|
A user is currently dragging a link. |
Navigation
|
A user is currently pressing a button within the Overflow panel when the “Navigation |
Navigation
|
A user is currently dragging the splitter when the “Navigation |
Expand
|
The expand button is being pressed (in the Navigation |
Content
|
The content button is being pressed (in the Navigation |
#Related API Members
The following properties accept/return NavBarState values:
#Remarks
The NavBarState enumeration contains values returned by the NavBarControl.State property. These values identify a user action currently performed over the control.