Back to Devexpress

ASPxCardViewColumnDataEventArgs Properties

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

latest1.6 KB
Original Source

ASPxCardViewColumnDataEventArgs Properties

Provides data for the ASPxCardView.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

ASPxCardViewColumnDataEventArgs Class

ASPxCardViewColumnDataEventArgs Members

DevExpress.Web Namespace