Returns the value of a specific column for the currently selected row in the dropdown.
public virtual object GetColumnValue( string fieldName )
Overridable Public Function GetColumnValue( ByVal fieldName As String ) As Object
To get the value of a particular field in a specific row in the dropdown the RepositoryItemLookUpEdit.GetDataSourceValue method can be used.