DataListCurrentRow Property
This read-only property is used to get the zero-based row number of the currently selected row item
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int CurrentRow { get; }
Public ReadOnly Property CurrentRow As Integer
Get
public:
property int CurrentRow {
int get ();
}
member CurrentRow : int with get
Property Value
Int32If there is no data source or there are no rows in the data source, it returns -1