Skip to main content
A newer version of this page is available. .

DashboardUnderlyingDataRow.ListSourceRowIndex Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.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