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.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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