Skip to main content

TreeListHitInfo.InColumnPanel Property

Gets whether a point is over a column header panel (a header, blank header, button, filter button, the column header panel itself or its edge).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

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

Declaration

public virtual bool InColumnPanel { get; }

Property Value

Type Description
Boolean

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

See Also