Skip to main content

GridViewHitInfoBase.InColumnHeader Property

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

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public bool InColumnHeader { get; }

#Property Value

Type Description
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.

#Implements

DevExpress.Xpf.Grid.IDataViewHitInfo.InColumnHeader
See Also