GridCustomColumnSortEventArgs.GetRow1Value(String) Method
Returns the specified column’s value in the first data item (row, card or record) being compared.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 first data item being compared. |
See Also