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

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

Declaration

public virtual bool InRow { get; }

Property Value

Type Description
Boolean

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

See Also