aspnet-devexpress-dot-web-424d3f92.md
Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxVerticalGridRowDataEventArgs :
ASPxGridColumnDataEventArgs
Public Class ASPxVerticalGridRowDataEventArgs
Inherits ASPxGridColumnDataEventArgs
ASPxVerticalGridRowDataEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridColumnDataEventArgs ASPxVerticalGridRowDataEventArgs
See Also