Skip to main content
A newer version of this page is available. .

DashboardDataRow.Item[String] Property

Provides access to individual elements in the DashboardDataRow.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public object this[string columnName] { get; }

Parameters

Name Type Description
columnName String

An String that represents the column name.

Property Value

Type Description
Object

An element value.

See Also