DataNavigatorCurrentRow Property

This read-only property is used to get the zero-based row number of the currently selected row

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int CurrentRow { get; }

Property Value

Int32
If 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

See Also