I want to know if there is simple and clear method other than this for accessing master object from a nested listview controller.
((PropertyCollectionSource)((ListView)View).CollectionSource).MasterObject
Do I have to write this in everywhere where i need to access master object?
I think this is not an elegant way and looks so lame.
Not tested yet, but you can use the following ViewController descendant: