Can anyone explain how to use the GroupDescription class of the .NET library to implement anything else than (a class like) the PropertyGroupDescription class?
In other words: What other kinds of grouping are possible by subclassing GroupDescription? Can you give a concrete example of how to implement the GroupNameFromItem(...) method of GroupDescription?