DataListCurrentRow 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.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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