Back to Devexpress

ASPxGridViewColumnDataEventArgs Properties

aspnet-devexpress-dot-web-dot-aspxgridviewcolumndataeventargs-dot-underscore-properties.md

latest1.6 KB
Original Source

ASPxGridViewColumnDataEventArgs Properties

Provides data for the ASPxGridView.CustomUnboundColumnData event.

NameDescription
ColumnGets the unbound column currently being processed.
IsGetDataGets whether you should provide data for the currently processed cell. Inherited from ASPxGridColumnDataEventArgs.
IsSetDataGets whether the cell’s value should be stored in a custom data source. Inherited from ASPxGridColumnDataEventArgs.
ListSourceRowIndexGets the current data item’s (row, card or record) index in the data source. Inherited from ASPxGridColumnDataEventArgs.
ValueGets or sets the value of the cell currently being processed. Inherited from ASPxGridColumnDataEventArgs.

See Also

ASPxGridViewColumnDataEventArgs Class

ASPxGridViewColumnDataEventArgs Members

DevExpress.Web Namespace