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

ASPxGridColumnDisplayTextEventArgs.GetFieldValue(String) Method

Returns the value of the specified data source field in the current data item (row, card or record).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public object GetFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value 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.

See Also