Yes! Finally I got it.
var bindingContext =this.getView().getBindingContext();
var path = bindingContext.getPath();
varobject= bindingContext.getModel().getProperty(path);
If you only want a certain property of your displayed object you can do something like this:
varproperty= bindingContext.getProperty("<nameOfProperty>");