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.
GroupStyleSelector Delegate
.NET Framework (current version)
Delegate used to select the group style as a function of the parent group and its level.
Assembly: PresentationFramework (in PresentationFramework.dll)
Public Delegate Function GroupStyleSelector ( group As CollectionViewGroup, level As Integer ) As GroupStyle
Parameters
- group
-
Type:
System.Windows.Data.CollectionViewGroup
Group whose style is to be selected.
- level
-
Type:
System.Int32
Level of the group.
.NET Framework
Available since 3.0
Available since 3.0
Show: