Delegate used to select the group style as a function of the parent group and its level.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public delegate GroupStyle GroupStyleSelector( CollectionViewGroup group, int level ) |
Visual Basic |
---|
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.