Skip to main content

LayoutViewHitInfo.HitField Property

Gets a card field 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 LayoutViewField HitField { get; set; }

Property Value

Type Description
LayoutViewField

A LayoutViewField object located under the test point. null (Nothing in Visual Basic) if the test point doesn’t belong to any card field.

Remarks

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

See Also