DashboardUnderlyingDataSet.Item[Int32] Property
In This Article
Provides indexed access to individual rows in the DashboardUnderlyingDataSet.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardUnderlyingDataRow this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the required row. |
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also