Skip to main content

TreeListHitInfo.InBehindColumn Property

Gets whether a point is over the blank column header.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public virtual bool InBehindColumn { get; }

Property Value

Type Description
Boolean

true if a point is over the blank column header; otherwise, false.

See Also