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 Gets a Boolean value which indicates whether you should provide data for the currently processed cell.
IsSetData Gets whether the current cell’s value should be stored in a custom data source.
ListSourceRowIndex Gets the current row’s index in the data source.
Row Gets the currently processed row.
Value Gets or sets the value of the cell currently being processed.
See Also