ASPxGridViewPreviewDisplayTextEventArgs.GetRowValue(String) Method
Returns the value of the specified data source field in the current row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| 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 current row. |
See Also