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

LayoutViewHitInfo.HitCard Property

Gets a card object located under the test point.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public LayoutViewCard HitCard { get; set; }

Property Value

Type Description
LayoutViewCard

A LayoutViewCard object that contains the test point. null (Nothing in Visual Basic) if the test point doesn’t belong to any card.

Remarks

To determine the type of visual element under the test point, use the LayoutViewHitInfo.HitTest property.

See Also