Skip to main content
Tab

ASPxGridView.GetDetailRowValues(Control, String[]) Method

Returns the values within the specified master row cells.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public static object GetDetailRowValues(
    Control control,
    params string[] fieldNames
)

#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.

GetMasterRowValues

See Also