Gets an index of this Row in DataSource collection. May differ to VisibleIndex.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int DataSourceIndex { get; }
Visual Basic
Public ReadOnly Property DataSourceIndex As Integer
	Get
Visual C++
public:
property int DataSourceIndex {
	int get ();
}
F#
member DataSourceIndex : int with get

Property Value

Type: Int32
The index of the data source.

See Also