NavBarControl.State Property
Gets a value indicating the control’s state.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
Available values:
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 |
#Remarks
Read the State property to determine the action currently performed by a user. It provides information on whether a user is currently pressing or dragging a control’s element. If no operations is currently performed, this property returns the NavBarState.Normal value.