[]
Type of grid element at a specific point on the control.
public enum HitTestTypeEnum
Name | Description |
---|---|
Cell | The point is on a grid cell. (The cell coordinates are stored in the Row and Column properties). |
Checkbox | The point is on a check box. |
ColumnFreeze | The point is near the right edge of the last frozen column, in the column freezing area. |
ColumnHeader | The point is on a fixed row, over a column. |
ColumnPickerIcon | The point is on the Column picker icon on a cell [0,0]. |
ColumnResize | The point is near the right edge of a fixed cell, in the column resizing area. |
EditButton | The point is on an edit button (drop down, popup editors). |
ExpressionIcon | The point is on the expression editor icon on a column header cell. |
FilterIcon | The point is on the filter icon on a column header cell. |
None | The point is in the grid's empty area. |
OutlineBar | The point is on the outline bar (visible when the grid's Tree property has a Style that contains the ButtonBar flag). |
OutlineTree | The point is on the collapse/expand button on an outline tree (visible when the grid's Style property contains the Symbols flag). |
PinIcon | The point is on the pin icon on a column header cell. |
RowFreeze | The point is near the bottom edge of the last frozen row, in the row freezing area. |
RowHeader | The point is on a fixed column, next to a row. |
RowResize | The point is near the bottom edge of a fixed cell, in the row resizing area. |