Skip to main content

DashboardUnderlyingDataRow.ListSourceRowIndex Property

Gets the current row’s index in the data source.

Namespace: DevExpress.DashboardCommon

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

Declaration

public int ListSourceRowIndex { get; }

Property Value

Type Description
Int32

An integer value identifying the current row’s index in the data source.

See Also