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

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.v19.2.dll

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