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

TreeListViewHitInfo.InTreeListNodeImage Property

OBSOLETE

Use the InNodeImage property instead

Gets whether the test object is within a node image.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

[Obsolete("Use the InNodeImage property instead")]
public bool InTreeListNodeImage { get; }

Property Value

Type Description
Boolean

true if the test object is within a node image; otherwise, false.

See Also