Skip to main content

TreeListViewHitInfo.InRow Property

Gets whether the test object is within a node.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public override bool InRow { get; }

Property Value

Type Description
Boolean

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

See Also