[]
This class provides a way to apply time slot styles for working/free hours in DayView/WorkWeekView modes.
public class TimeSlotStyleSelector : C1StyleSelector
For the sample of using look at OneDayStyle in generic.xaml.
Create an instance of this class:
<local:TimeSlotStyleSelector x:Key="TimeSlotStyleSelector"/>
Specify ItemContainerStyleSelector property for the C1SchedulerPresenter object:
<local:C1SchedulerPresenter ItemContainerStyleSelector="{StaticResource TimeSlotTemplateSelector}" />
Name | Description |
---|---|
TimeSlotStyleSelector() |
Name | Description |
---|---|
SelectStyle(object, DependencyObject) |