Skip to main content

LayoutViewHitInfo.InHeaderArea Property

Gets whether the test point belongs to the Header Panel.

Namespace: DevExpress.XtraGrid.Views.Layout.ViewInfo

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public virtual bool InHeaderArea { get; }

Property Value

Type Description
Boolean

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

See Also