ASPxVerticalGridRowDataEventArgs Properties
Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.Name | Description |
---|---|
IsGetData | Gets whether you should provide data for the currently processed cell. Inherited from ASPxGridColumnDataEventArgs. |
IsSetData | Gets whether the cell’s value should be stored in a custom data source. Inherited from ASPxGridColumnDataEventArgs. |
ListSourceRowIndex | Gets the current data item’s (row, card or record) index in the data source. Inherited from ASPxGridColumnDataEventArgs. |
Row | Gets the unbound row currently being processed. |
Value | Gets or sets the value of the cell currently being processed. Inherited from ASPxGridColumnDataEventArgs. |
See Also