Skip to main content
A newer version of this page is available. .

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
See Also