Delegate GroupDescriptionSelectorCallback
A delegate to select the group description as a function of the parent group and its level.
public delegate GroupDescription GroupDescriptionSelectorCallback(CollectionViewGroup group, int level)
Parameters
group
CollectionViewGroup- A delegate to select the group description as a function of the parent group and its level.
level
int- A delegate to select the group description as a function of the parent group and its level.
Returns
- GroupDescription
- A delegate to select the group description as a function of the parent group and its level.