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

TreeListHitInfo.InRowIndent Property

Gets whether a point is over an area that separates a row from its indicator cell.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public virtual bool InRowIndent { get; }

Property Value

Type Description
Boolean

true, if a point is over an area that separates a row from its indicator cell; otherwise, false.

See Also