Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / VisualIntervalGroupsPresenter Class / ItemContainerStyleSelector Property

In This Topic
    ItemContainerStyleSelector Property (VisualIntervalGroupsPresenter)
    In This Topic
    Gets or sets custom style-selection logic for a style that can be applied to each generated container element. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property ItemContainerStyleSelector As C1StyleSelector
    public C1StyleSelector ItemContainerStyleSelector {get; set;}
    See Also