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 GroupDescription^ GroupDescriptionSelectorCallback( CollectionViewGroup^ group, int level )
Parameters
- group
-
Type:
System.Windows.Data::CollectionViewGroup^
The parent group.
- level
-
Type:
System::Int32
The level of group.
Return Value
Type: System.ComponentModel::GroupDescription^The 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: