Back to Devexpress

GridViewHitInfoBase.InColumnHeader Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewhitinfobase-29bddbdf.md

latest1.2 KB
Original Source

GridViewHitInfoBase.InColumnHeader Property

Gets whether the test object is within a column’s header.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool InColumnHeader { get; }
vb
Public ReadOnly Property InColumnHeader As Boolean

Property Value

TypeDescription
Boolean

true if the test point is within a column’s header; otherwise, false.

|

Remarks

To obtain a column whose header is located under the test object, use the GridViewHitInfoBase.Column property.

See Also

GridViewHitInfoBase Class

GridViewHitInfoBase Members

DevExpress.Xpf.Grid Namespace