Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewPreviewDisplayTextEventArgs.GetRowValue(Int32, String) Method

Returns the value of the specified data source field in the specified row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object GetRowValue(
    int visibleIndex,
    string fieldName
)

Parameters

Name Type Description
visibleIndex Int32

A zero-based integer index that identifies the data row.

fieldName String

A string that specifies the name of the data source field.

Returns

Type Description
Object

An object that is the value of the specified data source field in the specified row.

See Also