NodeClickEventArgs.Node Property
Gets the row (node) being clicked.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| TreeListNode | A TreeListNode object representing the row (node) being clicked. |
See Also