NavBarHitInfo.InExpandButton Property
Gets a value indicating whether the test point is over a NavBarControl’s expand/collapse button (in the NavigationPane paint style).
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the test point is over the expand/collapse button; otherwise, false. |
Remarks
The following image illustrates the expand/collapse button:

See Also