Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

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