Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridRowDataEventArgs Class

Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ASPxVerticalGridRowDataEventArgs :
    ASPxGridColumnDataEventArgs

Remarks

The ASPxVerticalGrid.CustomUnboundRowData event is raised for unbound rows. It enables data to be supplied to unbound rows.

The unbound row currently being processed is returned by the ASPxVerticalGridRowDataEventArgs.Row property. To refer to the record that contains the cell being processed, use the ASPxGridColumnDataEventArgs.ListSourceRowIndex property.

Inheritance

Object
EventArgs
ASPxGridColumnDataEventArgs
ASPxVerticalGridRowDataEventArgs
See Also