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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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