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 Cell |
Node |
Gets the current Tree List node.
Inherited from Node |
Repository |
Gets or sets the editor assigned to the processed cell. |
See Also