Skip to main content

CustomUnboundDataEventArgs Properties

Contains data for the CustomUnboundData event.
Name Description
Column Returns the currently processed unbound column.
IsGetData Indicates that you should supply data for the current cell of the unbound column in the event handler.
IsSetData Indicates that you should save the current value of the unbound column’s cell to a data source in the event handler.
Item Returns an object that is a record in the grid’s underlying data source.
SourceIndex Returns the grid’s row index in the data source.
Value Gets or sets a value of the unbound column’s cell.
See Also