GridHitInfo.InFilterPanel Property
Gets a value indicating whether the test point is within the filter panel.
Namespace: DevExpress.XtraGrid.Views.Grid.ViewInfo
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the test point is within the filter panel; otherwise, false. |
Remarks
The InFilterPanel property is useful if it’s not necessary to determine the exact element residing under the test point, only whether the point is within a filter panel. If you need to obtain the specific element of the filter panel located under the test point, use the GridHitInfo.HitTest property.
See Also