Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / DayIntervalStyleSelector Class / SelectStyleCore Method

In This Topic
    SelectStyleCore Method (DayIntervalStyleSelector)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function SelectStyleCore( _
       ByVal item As Object, _
       ByVal container As DependencyObject _
    ) As Style
    protected override Style SelectStyleCore( 
       object item,
       DependencyObject container
    )

    Parameters

    item
    container
    See Also