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

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.v19.1.dll

Declaration

public bool InCardButtons { get; }

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.

See Also