Back to Devexpress

CustomColumnDataEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumndataeventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

CustomColumnDataEventArgs Properties

Provides data for the ColumnView.CustomUnboundColumnData event.

NameDescription
ColumnGets the unbound column currently being processed.
IsGetDataGets whether the column/row needs to be populated with cell values. Inherited from UnboundColumnDataEventArgs.
IsSetDataGets whether a cell value changed and data needs to be posted to a data source. Inherited from UnboundColumnDataEventArgs.
ListSourceRowIndexGets the current row’s index in the data source.
RowGets the currently processed row.
ValueGets or sets a cell value in an unbound column. Inherited from UnboundColumnDataEventArgs.
ValueTypeGets the type of data stored in the unbound column.

See Also

CustomColumnDataEventArgs Class

CustomColumnDataEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace