Skip to main content

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

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

Declaration

public virtual bool InFilterPanel { get; }

Property Value

Type Description
Boolean

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

See Also