Back to Devexpress

GridCustomGroupEventArgs.GetRow2Value(String) Method

blazor-devexpress-dot-blazor-dot-gridcustomgroupeventargs-dot-getrow2value-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

GridCustomGroupEventArgs.GetRow2Value(String) Method

Get the value of the specified data source field from the second row to be compared.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public object GetRow2Value(
    string fieldName
)

Parameters

NameTypeDescription
fieldNameString

The name of data source field whose values should be compared.

|

Returns

TypeDescription
Object

The value of the specified data source field.

|

Remarks

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

See Also

GridCustomGroupEventArgs Class

GridCustomGroupEventArgs Members

DevExpress.Blazor Namespace