Skip to main content

TreeListHitInfo.InRow Property

Gets whether a point is over a row’s cell, expand button, select image, state image, indicator cell, preview section, or the row’s area not occupied by any of these elements.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public virtual bool InRow { get; }

Property Value

Type Description
Boolean

true if a point belongs to a row; otherwise, false.

See Also