DashboardDataRow.Item[String] Property
Provides access to individual elements in the DashboardDataRow.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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