Skip to main content

DashboardDataRow.Item[Int32] Property

Provides indexed access to individual elements in the DashboardDataRow.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public object this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the required element.

Property Value

Type Description
Object

An element value.

See Also