TreeListDataRowCommandContext Properties
Contains contextual information for a TreeList data row context menu.| Name | Description |
|---|---|
| Column | Returns a column that contains the target cell. |
| DataItem | Returns a data item bound to the target row. |
| RowVisibleIndex | Returns the visible index of the target row. |
| TreeList | Returns the TreeList object. |
See Also