Back to Devexpress

GridCustomSortEventArgs.GetRow2Value(String) Method

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

latest1.3 KB
Original Source

GridCustomSortEventArgs.GetRow2Value(String) Method

Returns the value of the specified data source field from the second row to be compared to GetRow1Value(String).

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

See Also

GridCustomSortEventArgs Class

GridCustomSortEventArgs Members

DevExpress.Blazor Namespace