NavBarHitInfo.InGroupButton Property
Indicates whether the test point is within a group button.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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