GetCustomNodeCellStyleEventArgs Properties
Provides data for the TreeList.NodeCellStyle event.| Name | Description |
|---|---|
| Appearance | Gets the appearance settings used to paint the cell currently being processed. |
| 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. |
See Also