CardHitInfo.InCardButtons Property
Gets a value indicating whether the test point is within a card scroll button.
Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the test point is within a card scroll button; otherwise, false. |
Remarks
The InCardButtons property is useful if you don’t need to determine the exact element residing under the test point and you are only interested in whether the point is within a card scroll button. For instance, the property can be used if you need to provide a common response for hot-tracking card scroll buttons regardless of the actual button being hovered over. If you need to identify the card located under the test point, use the CardHitInfo.RowHandle property.