Back to Devexpress

GridColumnDataEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridcolumndataeventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

GridColumnDataEventArgs Properties

Provides data for the GridControl.CustomUnboundColumnData event.

NameDescription
ColumnGets the unbound column currently being processed.
IsGetDataGets whether you should provide data for the currently processed cell. Inherited from ColumnDataEventArgsBase.
IsSetDataGets whether a cell’s value should be saved to a data source. Inherited from ColumnDataEventArgsBase.
ListSourceRowIndexGets the index of the record in a data source to which the processed row corresponds.
SourceGets the grid control that raised the event.
ValueGets or sets the processed cell’s value. Inherited from ColumnDataEventArgsBase.

See Also

GridColumnDataEventArgs Class

GridColumnDataEventArgs Members

DevExpress.Xpf.Grid Namespace