ComponentOne Scheduler for WPF and Silverlight
GroupStyleSelector Delegate

C1.Silverlight.Schedule Namespace : GroupStyleSelector Delegate
Group whose style is to be selected.
Level of the group.
Delegate used to select the group style as a function of the parent group and its level.
Syntax
'Declaration
 
Public Delegate Function GroupStyleSelector( _
   ByVal group As System.Windows.Data.CollectionViewGroup, _
   ByVal level As System.Integer _
) As GroupStyle
public delegate GroupStyle GroupStyleSelector( 
   System.Windows.Data.CollectionViewGroup group,
   System.int level
)

Parameters

group
Group whose style is to be selected.
level
Level of the group.

Return Value

Selected GroupStyle object.
See Also

Reference

GroupStyleSelector Members
C1.Silverlight.Schedule Namespace