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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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