[]
Returns the IEditableObject from a row that is data bound to a DataView or ListSource.
public IEditableObject GetItem(int row)
Public Function GetItem(row As Integer) As IEditableObject
Type | Name | Description |
---|---|---|
int | row | Row in the data model to query |
Type | Description |
---|---|
IEditableObject | The IEditable object, if data bound |