Back to Devexpress

ASPxVerticalGridRowDataEventArgs Class

aspnet-devexpress-dot-web-424d3f92.md

latest2.0 KB
Original Source

ASPxVerticalGridRowDataEventArgs Class

Provides data for the ASPxVerticalGrid.CustomUnboundRowData event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridRowDataEventArgs :
    ASPxGridColumnDataEventArgs
vb
Public Class ASPxVerticalGridRowDataEventArgs
    Inherits ASPxGridColumnDataEventArgs

ASPxVerticalGridRowDataEventArgs is the data class for the following events:

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

ASPxVerticalGridRowDataEventArgs Members

Vertical Grid

DevExpress.Web Namespace