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.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Rectangle | A Rectangle structure that specifies the bounds of an object identified by the LayoutViewHitInfo.HitTest property. |
See Also