Back to Devexpress

LayoutViewHitInfo.HitField Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-viewinfo-dot-layoutviewhitinfo-0c631cc2.md

latest1.7 KB
Original Source

LayoutViewHitInfo.HitField Property

Gets a card field object located under the test point.

Namespace : DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public LayoutViewField HitField { get; set; }
vb
Public Property HitField As LayoutViewField

Property Value

TypeDescription
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

LayoutViewHitInfo Class

LayoutViewHitInfo Members

DevExpress.XtraGrid.Views.Layout.ViewInfo Namespace