Enum GroupGridHitTestKind
Specifies the kind of group grid element found during hit testing.
public enum GroupGridHitTestKind
- Extension Methods
Fields
BodyCell = 7A body cell was hit.
BodyRow = 6A body row was hit.
ColumnDragSource = 10A column header drag source was hit.
ColumnDropTarget = 11A column header drop target was hit.
ColumnHeader = 3A column header was hit.
ColumnResizer = 4A column resize handle was hit.
FilterCell = 5A filter cell was hit.
A footer summary cell was hit.
GroupExpander = 8A group expander was hit.
GroupPanel = 2The group panel was hit.
GroupPanelDropTarget = 12A group panel drop target was hit.
None = 0Nothing was hit.
ToolBar = 1The toolbar was hit.