[]
This class provides a way to apply day group styles for ordinal/current days.
public class DayIntervalStyleSelector : C1StyleSelector
For the sample of using look at OneDayStyleBase in generic.xaml.
Create an instance of this class:
<local:DayIntervalStyleSelector x:Key="DayIntervalStyleSelector"/>
Specify style selector in the group definition:
<GroupStyle ContainerStyleSelector="{StaticResource DayIntervalStyleSelector}">
Name | Description |
---|---|
DayIntervalStyleSelector() |
Name | Description |
---|---|
SelectStyle(object, DependencyObject) |