ComponentOne DataObjects for .NET
CurrentRow Property

C1.Data.2 Assembly > C1.Data Namespace > BaseDataTableSource Class : CurrentRow Property
Gets the C1DataRow object representing the current row.
Syntax
'Declaration
 
Public ReadOnly Property CurrentRow As C1DataRow
public C1DataRow CurrentRow {get;}
Remarks
This property returns the row data controls bound to this component are currently positioned on. The index of this row is returned by the BaseDataSourceComponent.Position property.
See Also

Reference

BaseDataTableSource Class
BaseDataTableSource Members
C1DataTableSource Class
C1ExpressTable Class