Skip to main content

LayoutViewHitInfo.HitCard Property

Gets a card object located under the test point.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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