Skip to main content
A newer version of this page is available. .

TreeList.RowClick Event

Fires when a row (node) is clicked.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public event RowClickEventHandler RowClick

Event Data

The RowClick event's data class is DevExpress.XtraTreeList.RowClickEventArgs.

Remarks

The RowClick event fires before the TreeList.RowCellClick when clicking on any element of a row (cell, expand button, select image, state image, indicator cell, preview section, or the row’s area not occupied by any of these elements). The event provides the following arguments:

Note

This event does not fire if:

See Also