.net - How can you obtain the items within a group inside a PagedCollectionView? -
.net - How can you obtain the items within a group inside a PagedCollectionView? -
i have pagedcollectionview, groups property on doesn't expose info each group, such of items in pagedcollectionview within group, info need know..
i'd this:
(system.windows.data.collectionviewgroupinternal)pcv.groups[0].items;
it seems held within internal class, , not obtainable client code. there way information?
it turns out simple feature impossible using public interfaces of datagrid. amazing basic feature has been missing years in grid.
.net wpf silverlight silverlight-4.0
Comments
Post a Comment