Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupStyle Class / ContainerStyleSelector Property

In This Topic
    ContainerStyleSelector Property
    In This Topic
    Enables the application writer to provide custom selection logic for a style to apply to each generated GroupItem.
    Syntax
    'Declaration
     
    
    Public Property ContainerStyleSelector As C1StyleSelector
    public C1StyleSelector ContainerStyleSelector {get; set;}
    See Also