Skip to main content

NavBarHitInfo.InGroupButton Property

Indicates whether the test point is within a group button.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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