Back to Devexpress

GridCustomSummaryEventArgs.GetRowValue(String) Method

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

latest1.2 KB
Original Source

GridCustomSummaryEventArgs.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 GridCustomSummaryEventArgs class description for additional information and an example.

See Also

GridCustomSummaryEventArgs Class

GridCustomSummaryEventArgs Members

DevExpress.Blazor Namespace