GetCustomNodeCellEditEventArgs Properties
Provides data for the TreeList.CustomNodeCellEdit event.| Name | Description |
|---|---|
| Column | Gets a column to which the cell processed by an event belongs. Inherited from CellEventArgs. |
| Node | Gets the current Tree List node. Inherited from NodeEventArgs. |
| RepositoryItem | Gets or sets the editor assigned to the processed cell. |
See Also