Skip to main content

IColumn.GetValue<T>(IRow) Method

Gets an individual column value from the specified row.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

T GetValue<T>(
    IRow row
)

Parameters

Name Type Description
row IRow

An object implementing the IRow interface that specifies the required row.

Type Parameters

Name
T

Returns

Type Description
T

An individual column value.

See Also