Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / TimeSlotStyleSelector Class / SelectStyle Method

In This Topic
    SelectStyle Method (TimeSlotStyleSelector)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function SelectStyle( _
       ByVal item As Object, _
       ByVal container As DependencyObject _
    ) As Style
    public override Style SelectStyle( 
       object item,
       DependencyObject container
    )

    Parameters

    item
    container
    See Also