TcxGridBandHeaderSizingEdgeHitTest Members
Stores HitTest information about the band header sizing handle located at the inspected point.Properties
| Name | Description |
|---|---|
| Band | Provides access to the band located at the inspected point. Inherited from TcxGridBandHitTest. |
| BandContainerKind | Identifies the container control in which the inspected band resides. Inherited from TcxGridBandHitTest. |
| GridView | Provides access to the grid View whose element is located at the inspected point. Inherited from TcxCustomGridViewHitTest. |
| Pos | Returns the coordinates of the grid point being inspected. Inherited from TcxCustomGridHitTest. |
| ViewInfo | Provides access to ViewInfo information about the grid element located at the inspected point. Inherited from TcxCustomGridHitTest. |
| VisibleRowIndex | Specifies the potential vertical position (row) of a column when it’s positioned at the inspected point of the band. Inherited from TcxGridBandHitTest. |
Methods
| Name | Description |
|---|---|
| Clone | Inherited from TcxCustomGridHitTest. |
| Cursor | Specifies the image used to represent the mouse pointer when it hovers over the inspected grid element. Inherited from TcxCustomGridHitTest. |
| DragAndDropObjectClass | Inherited from TcxCustomGridHitTest. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| HitTestCode | Returns the hit code of the inspected grid element. Inherited from TcxCustomGridHitTest. |
| Instance(TPoint) | Inherited from TcxCustomGridHitTest. |
| ToString | Inherited from TObject. |
See Also