C1.Silverlight.Schedule.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.