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

TreeListHitInfo.InRowCell Property

Gets whether a point is over a cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.2.dll

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

Declaration

public virtual bool InRowCell { get; }

Property Value

Type Description
Boolean

true if a point is over a cell; otherwise, false.

See Also