Skip to main content

LayoutViewHitInfo.InFilterPanel Property

Gets whether the test point belongs to a Filter Panel.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public virtual bool InFilterPanel { get; }

Property Value

Type Description
Boolean

true if the test point belongs to a Filter Panel; otherwise, false.

See Also