ASPxVerticalGridRowDataEventArgs Class
Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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