Skip to main content

Banded Table View HitTests

Table Views and Banded Table Views have much in common. The Banded Table View extends the data representation capabilities of the Table View with the help of the bands feature. The following image demonstrates the Banded Table View layout and hit codes of the corresponding View elements.

The table below contains all the Banded Table View elements (which are unique to Banded Table Views) and their corresponding hit codes and HitTest classes.

Grid View Element Hit Code HitTest Class
Band htBand TcxGridBandHitTest
Band Header htBandHeader TcxGridBandHeaderHitTest
Band Header Indicator htIndicatorBandHeader TcxGridIndicatorBandHeaderHitTest
Band Header Sizing Edge htBandHeaderSizingEdge TcxGridBandHeaderSizingEdgeHitTest
Column Header Vertical Sizing Edge htColumnHeaderVertSizingEdge TcxGridColumnHeaderVertSizingEdgeHitTest
See Also