[]
This class provides a way to apply time slot group styles for working/free hours in DayView/WorkWeekView modes.
public class TimeSlotGroupStyleSelector : C1StyleSelector
For the sample of using look at OneDayStyleBase in generic.xaml.
Create an instance of this class:
<local:TimeSlotGroupStyleSelector x:Key="TimeSlotGroupStyleSelector"/>
Specify style selector in the group definition:
<GroupStyle ContainerStyleSelector="{StaticResource TimeSlotGroupStyleSelector}">
Name | Description |
---|---|
TimeSlotGroupStyleSelector() |
Name | Description |
---|---|
SelectStyle(object, DependencyObject) | Returns the Style object for the specified group if it is found in resources. |