Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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