windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-viewinfo.md
Contains information about a specific point within a Card View.
Namespace : DevExpress.XtraGrid.Views.Card.ViewInfo
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class CardHitInfo :
BaseHitInfo
Public Class CardHitInfo
Inherits BaseHitInfo
The following members return CardHitInfo objects:
CardHitInfo objects can be created by calling the desired View’s CardView.CalcHitInfo method. This method requires the test point as a parameter.
CardHitInfo class properties can be grouped into three logical categories:
Object BaseHitInfo CardHitInfo
See Also