Skip to main content
All docs
V18.2

ASPxClientDashboardItemUnderlyingData.GetRowValue(Int32, String) Method

Returns the value of the specified cell within the underlying data set.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public object GetRowValue(
    int rowIndex,
    string dataMember
)

Parameters

Name Type Description
rowIndex Int32

An integer value that specifies the zero-based index of the required row.

dataMember String

A String that specifies the required data member.

Returns

Type Description
Object

An object that represents the value of the specified cell.

See Also