Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalsPresenter Class / GroupStyleSelector Property

In This Topic
    GroupStyleSelector Property (VisualIntervalsPresenter)
    In This Topic
    Gets or sets a method that enables you to provide custom selection logic for a GroupStyle to apply to each group in a collection. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property GroupStyleSelector As GroupStyleSelector
    public GroupStyleSelector GroupStyleSelector {get; set;}
    See Also