Data ListCurrent Row Property
This read-only property is used to get the zero-based row number of the currently selected row item
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
If there is no data source or there are no rows in the data source, it returns -1
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int CurrentRow { get; }VB
Public ReadOnly Property CurrentRow As Integer
GetC++
public:
property int CurrentRow {
int get ();
}F#
member CurrentRow : int with getProperty Value
Int32If there is no data source or there are no rows in the data source, it returns -1
Remarks
To set the current row, use the MoveTo(Int32) method