DashboardUnderlyingDataSet.Item[Int32] Property
Provides indexed access to individual rows in the DashboardUnderlyingDataSet.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based index of the required row. |
Property Value
Type | Description |
---|---|
DashboardUnderlyingDataRow | A DashboardDataRow object representing an individual row within the DashboardUnderlyingDataSet. |
See Also