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

TreeListHitInfo.InFilterPanel Property

Gets whether a point is over the Filter Panel (the filter, the check box disabling the filter, the ‘Close Filter’, ‘Edit Filter’, or ‘MRU Filters’ button).

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual bool InFilterPanel { get; }

Property Value

Type Description
Boolean

true, if a point is over the Filter Panel; otherwise, false.

See Also