The event handler receives an argument of type DevExpress.XtraTreeList.RowCellClickEventArgs containing data related to this event.
The RowCellClick event fires after the RowClick event when a cell within a row is clicked. The event provides the following arguments:
- Column—the column containing the clicked cell (see TreeListColumn);
- Node—the row containing the clicked cell (see TreeListNode);
- CellValue—the value of the clicked cell (see GetRowCellValue);
- HitInfo—the information about visual elements located at the click point (see CalcHitInfo).
Note
This event does not fire if: