Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual bool InExpandButton { get; }

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:

NavPane_ExpandButton

See Also