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

TreeListHitInfo.Band Property

Gets the band located under the test point.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

public TreeListBand Band { get; }

Property Value

Type Description
TreeListBand

An object specifying the band that contains the test point.

See Also