Skip to main content
A newer version of this page is available. .

TreeListHitInfo.Bounds Property

Gets the limits for the Tree List element that contains the test point.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure representing the element’s bounding rectangle.

See Also