Skip to main content

TreeListHitInfo.Bounds Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public Rectangle Bounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure representing the element’s bounding rectangle.

See Also