The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GroupDescriptionSelectorCallback Delegate
.NET Framework (current version)
Represents a method that is used to provide custom logic to select the GroupDescription based on the parent group and its level.
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Delegate Function GroupDescriptionSelectorCallback ( group As CollectionViewGroup, level As Integer ) As GroupDescription
Parameters
- group
-
Type:
System.Windows.Data.CollectionViewGroup
The parent group.
- level
-
Type:
System.Int32
The level of group.
Return Value
Type: System.ComponentModel.GroupDescriptionThe GroupDescription chosen based on the parent group and its level.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Available since 3.0
Silverlight
Available since 3.0
Show: