Skip to main content

CardHitInfo() Constructor

Creates a new CardHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public CardHitInfo()

Remarks

Do not create CardHitInfo class instances directly. To obtain an object containing valid information about a specific View point, call the CardView.CalcHitInfo method.

See Also