Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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