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

CardHitInfo() Constructor

Creates a new CardHitInfo class instance.

Namespace: DevExpress.XtraGrid.Views.Card.ViewInfo

Assembly: DevExpress.XtraGrid.v19.2.dll

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