Back to Devexpress

NavBarState Enum

windowsforms-devexpress-dot-xtranavbar-9c34f128.md

latest2.2 KB
Original Source

NavBarState Enum

Contains values representing a user action performed over the NavBarControl control.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public enum NavBarState
vb
Public Enum NavBarState

Members

NameDescription
Normal

No user operation are currently performed over the control.

| | GroupPressed |

A user is curently pressing a group caption.

| | LinkPressed |

A user is currently pressing a link.

| | UpButtonPressed |

A user is currently pressing the up scroll button.

| | DownButtonPressed |

A user is currently pressing the down scroll button.

| | LinkDragging |

A user is currently dragging a link.

| | NavigationPaneOveflowButton |

A user is currently pressing a button within the Overflow panel when the “NavigationPane” view is applied.

| | NavigationPaneSizing |

A user is currently dragging the splitter when the “NavigationPane” view is applied. The splitter is displayed between the active group and the group buttons in this view.

| | ExpandButtonPressed |

The expand button is being pressed (in the NavigationPane paint style).

| | ContentButtonPressed |

The content button is being pressed (in the NavigationPane paint style).

|

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.

See Also

State

DevExpress.XtraNavBar Namespace