GridCustomColumnSortEventArgs.GetRow2Value(String) Method
Returns the specified column’s value in the second data item (row, card or record) being compared.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fieldName | String | A String value that identifies a data column in the control. |
Returns
| Type | Description |
|---|---|
| Object | An object that is the specified column’s value in the second data item being compared. |
See Also