Skip to main content

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.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public Rectangle HitRect { get; set; }

Property Value

Type Description
Rectangle

A Rectangle structure that specifies the bounds of an object identified by the LayoutViewHitInfo.HitTest property.

See Also