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

NavBarHitInfo.InGroupButton Property

Indicates whether the test point is within a group button.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public virtual bool InGroupButton { get; }

Property Value

Type Description
Boolean

true if the test point is within a group button; otherwise, false.

Remarks

Group buttons are used to expand/collapse the groups. These buttons are displayed when the XtraNavBar controls is painted using the SkinExplorerBarView style, as shown below:

GroupButton

See Also