Skip to main content

CustomColumnDataEventArgs Properties

Provides data for the ColumnView.CustomUnboundColumnData event.
Name Description
Column Gets the unbound column currently being processed.
IsGetData Inherited from UnboundColumnDataEventArgs.
IsSetData Inherited from UnboundColumnDataEventArgs.
ListSourceRowIndex Gets the current row’s index in the data source.
Row Gets the currently processed row.
Value Inherited from UnboundColumnDataEventArgs.
ValueType Gets the type of data stored in the unbound column.
See Also