Back to Devexpress

ASPxGridView.GetDetailRowValues(Control, String[]) Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-getdetailrowvalues-x28-system-dot-web-dot-ui-dot-control-system-dot-string-x29.md

latest1.9 KB
Original Source

ASPxGridView.GetDetailRowValues(Control, String[]) Method

Returns the values within the specified master row cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public static object GetDetailRowValues(
    Control control,
    params string[] fieldNames
)
vb
Public Shared Function GetDetailRowValues(
    control As Control,
    ParamArray fieldNames As String()
) As Object

Parameters

NameTypeDescription
controlControl

A control that represents detail data.

| | fieldNames | String[] |

The names of data source fields whose values are returned.

|

Returns

TypeDescription
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

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace