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 |
|
|---|
public DbDataRowView CurrentRow {get;} |
Property Value
The current data row, which can be changed by user by changing position in the data grid or data controls.
See Also