Skip to main content
A newer version of this page is available. .

GridViewHitInfoBase.InGroupColumn Property

Gets whether the test object is within a group column.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool InGroupColumn { get; }

Property Value

Type Description
Boolean

true if the test object is within a group column; otherwise, false.

Remarks

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

See Also