Skip to main content
Tab

ASPxGridColumnDataEventArgs Properties

Provides data for the ASPxGridView.CustomUnboundColumnData and ASPxCardView.CustomUnboundColumnData events.
Name Description
IsGetData Gets whether you should provide data for the currently processed cell.
IsSetData Gets whether the cell’s value should be stored in a custom data source.
ListSourceRowIndex Gets the current data item’s (row, card or record) index in the data source.
Value Gets or sets the value of the cell currently being processed.
See Also