ASPxVerticalGridRowDataEventArgs(VerticalGridDataRow, Int32, Object, Boolean) Constructor
Initializes a new instance of the ASPxVerticalGridRowDataEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public ASPxVerticalGridRowDataEventArgs(
VerticalGridDataRow row,
int listSourceRow,
object value,
bool isGetAction
)
Parameters
| Name | Type | Description |
|---|---|---|
| row | VerticalGridDataRow | A VerticalGridDataRow object that represents the unbound row. This value is assigned to the ASPxVerticalGridRowDataEventArgs.Row property. |
| listSourceRow | Int32 | An integer value that specifies the record’s index in the data source. This value is assigned to the ASPxGridColumnDataEventArgs.ListSourceRowIndex property. |
| value | Object | An object that represents the currently processed cell’s value. This value is assigned to the ASPxGridColumnDataEventArgs.Value property. |
| isGetAction | Boolean |
|