Skip to main content

TreeListHitInfo.Band Property

Gets the band located under the test point.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, 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