NavBarHitInfo.InGroupButton Property
Indicates whether the test point is within a group button.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
Declaration
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:
See Also