LayoutViewHitInfo.HitField Property
Gets a card field object located under the test point.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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