DashboardDataRow.Item[String] Property
Provides access to individual elements in the DashboardDataRow.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| columnName | String | An String that represents the column name. |
Property Value
| Type | Description |
|---|---|
| Object | An element value. |
See Also