VirtualTreeGetCellValueInfo Properties
Provides data for the TreeList.VirtualTreeGetCellValue event.| Name | Description |
|---|---|
| CellData | Gets or sets the current cell value (when VirtualTreeGetCellValueInfo.IsCheckState is false) or the node’s check state (when VirtualTreeGetCellValueInfo.IsCheckState is true). |
| Column | Gets the column that contains the cell currently being processed. |
| IsCheckState | Gets whether the TreeList.VirtualTreeGetCellValue event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to provide a node’s check state. |
| Node | Gets an instance of the business object being currently processed. |
See Also