IRow.Item[String] Property
Gets an individual row value by the column name.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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