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

TreeListViewHitInfo.InNodeExpandButton Property

Gets whether the test object is within an expand button.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public bool InNodeExpandButton { get; }

Property Value

Type Description
Boolean

true if the test object is within an expand button; otherwise, false.

See Also