Skip to main content
A newer version of this page is available. .
Tab

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.v19.1.dll

Declaration

public object GetRow1Value(
    string fieldName
)

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