ASPxGridView.GetDetailRowValues(Control, String[]) Method
Returns the values within the specified master row cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | Control | A control that represents detail data. |
| fieldNames | String[] | The names of data source fields whose values are returned. |
Returns
| Type | Description |
|---|---|
| Object | An object that contains the specified master row cell values. |
Remarks
A detail row is displayed when its corresponding master row is expanded. Use the static GetDetailRowValues method to obtain values within the specified master row cells.

See Also