LayoutViewHitInfo.HitRect Property
Gets the bounds of the current object identified by the LayoutViewHitInfo.HitTest property.
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 |
---|---|
Rectangle | A Rectangle structure that specifies the bounds of an object identified by the LayoutViewHitInfo.HitTest property. |
See Also