Skip to main content

GridColumnDataEventArgs Properties

Provides data for the GridControl.CustomUnboundColumnData event.
Name Description
Column Gets the unbound column currently being processed.
ListSourceRowIndex Gets the index of the record in the data source to which the processed item corresponds.
Row Get a data row which contains the cell currently being processed.
Source Gets the grid control that raised the event.
See Also