Back to Devexpress

GridUnboundColumnDataEventArgs.GetRowValue(String) Method

blazor-devexpress-dot-blazor-dot-gridunboundcolumndataeventargs-dot-getrowvalue-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

GridUnboundColumnDataEventArgs.GetRowValue(String) Method

Gets the value of the specified data source field.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public object GetRowValue(
    string fieldName
)

Parameters

NameTypeDescription
fieldNameString

The name of the data source field.

|

Returns

TypeDescription
Object

The data object contained within the specified data source field.

|

Remarks

Refer to the GridUnboundColumnDataEventArgs class description for additional information and an example.

See Also

GridUnboundColumnDataEventArgs Class

GridUnboundColumnDataEventArgs Members

DevExpress.Blazor Namespace