Skip to main content

IRow.Item[String] Property

Gets an individual row value by the column name.

Namespace: DevExpress.DataAccess.Sql.DataApi

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

object this[string columnName] { get; }

Parameters

Name Type Description
columnName String

A String value that specifies the column name.

Property Value

Type Description
Object

An individual row value.

See Also