Back to Devexpress

ASPxVerticalGridRowDataEventArgs Properties

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

latest1.6 KB
Original Source

ASPxVerticalGridRowDataEventArgs Properties

Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.

NameDescription
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.
RowGets the unbound row currently being processed.
ValueGets or sets the value of the cell currently being processed. Inherited from ASPxGridColumnDataEventArgs.

See Also

ASPxVerticalGridRowDataEventArgs Class

ASPxVerticalGridRowDataEventArgs Members

DevExpress.Web Namespace