'Declaration
Public Enum HitTestTypeEnum Inherits System.Enum
public enum HitTestTypeEnum : System.Enum
'Declaration
Public Enum HitTestTypeEnum Inherits System.Enum
public enum HitTestTypeEnum : System.Enum
Member | Description |
---|---|
Cell | The point is on a grid cell. (The cell coordinates are stored in the HitTestInfo.Row and HitTestInfo.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 C1FlexGridBase.Tree property has a GridTree.Style that contains the TreeStyleFlags.ButtonBar flag). |
OutlineTree | The point is on the collapse/expand button on an outline tree (visible when the grid's GridTree.Style property contains the TreeStyleFlags.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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.HitTestTypeEnum