LayoutViewHitInfo.InField Property
Gets whether the test point belongs to a Card Field.
Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the test point belongs to a Card Field; otherwise, false. |
Remarks
Use the LayoutViewHitInfo.HitField property to access the field located under the test point.
See Also