Skip to main content

GridViewHitInfoBase.InGroupPanel Property

Gets whether the test object is within the Group Panel.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public virtual bool InGroupPanel { get; }

#Property Value

Type Description
Boolean

true if the test point is within the group panel; otherwise, false.

#Implements

DevExpress.Xpf.Grid.IDataViewHitInfo.InGroupPanel
See Also