Unplanned
Last Updated: 13 Nov 2024 15:52 by Didi
Didi
Created on: 13 Nov 2024 15:52
Category: CollectionView
Type: Feature Request
0
CollectionView: Expose mechanism to use different display property in the Group Header

we have additional field in City class (CountryFlag as Image)

public class City
{
public string Name { get; set; }
public string Country { get; set; }
public Image CountryFlag { get; set; }
}

We want to display the image instead of the property we group by. Provide such option to define which proeprty to be displayed in the group header.

 

 

 

 

 

0 comments