dotConnect for PostgreSQL Documentation
Devart.Data Namespace / DataLink Class / CurrentRow Property

In This Topic
CurrentRow Property
In This Topic
Gets the current data row, which can be changed by user by changing position in the data grid or data controls.
Syntax
'Declaration
 
Public ReadOnly Property CurrentRow As DbDataRowView
 

Property Value

The current data row, which can be changed by user by changing position in the data grid or data controls.
See Also