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