Skip to main content

CustomColumnDisplayTextEventArgs Properties

Contains data for the CustomColumnDisplayText event.
Name Description
Column Gets the grid column.
DisplayText Gets or sets the text displayed in the processed cell.
ListSourceIndex Gets the row’s index in a data source.
Row Gets the processed row.
RowHandle Gets the processed row’s handle.
Source Gets the GridControl that raised this event.
Value Gets the processed cell’s value.
See Also