A newer version of this page is available.
Switch to the current version.
NavBarControl.State Property
Gets a value indicating the control's state.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v19.1.dll
Declaration
Property Value
Type | Description |
---|---|
NavBarState | A NavBarState enumeration value indicating the current control's state. |
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.
See Also
Feedback