TreeListUnboundColumnDataEventArgs Properties
Contains data for the UnboundColumnData event.| Name | Description |
|---|---|
| DataItem | Returns the processed data item. |
| FieldName | Returns the processed column’s field name. |
| TreeList | Returns the TreeList object. |
| Value | Specifies the unbound column‘s value. |
See Also