Skip to main content

ColumnDataEventArgsBase Properties

Serves as a base for classes that provide data for events used to supply data for unbound columns.
Name Description
Column Gets the unbound column currently being processed.
IsGetData Gets whether you should provide data for the currently processed cell.
IsSetData Gets whether a cell’s value should be saved to a data source.
Value Gets or sets the processed cell’s value.
See Also