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