Thursday, October 1, 2009

How To Find Master Object of ListView

PropertyCollectionSource pcs = (PropertyCollectionSource)LV1.CollectionSource; DailyAttendenceSheet dcv = pcs.MasterObject as DailyAttendenceSheet; Here DailyAttendenceSheet is MasterObject means DetailView Here Lv1 is ListView

No comments:

Post a Comment

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...