TreeListUnboundColumnDataEventArgs Properties
Provides data for the TreeListView.CustomUnboundColumnData event.
Name | Description |
---|---|
Column |
Gets the unbound column currently being processed.
Inherited from Column |
Is |
Gets whether you should provide data for the currently processed cell.
Inherited from Column |
Is |
Gets whether a cell’s value should be saved to a data source.
Inherited from Column |
Node | Gets the node which contains the processed cell. |
Value |
Gets or sets the processed cell’s value.
Inherited from Column |
See Also