Data View Keys and Appearance
Default view styles are defined with the following ComponentResourceKeys:
ComponentResourceKey |
Description |
x:Key="{ComponentResourceKey TypeInTargetAssembly={Type local:C1Scheduler}, ResourceId=OneDayStyle}" TargetType="{x:Type local:C1Scheduler}" |
One Day View |
x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=WorkingWeekStyle}" TargetType="{x:Type local:C1Scheduler}" |
Work Week View |
x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=WeekStyle}" TargetType="{x:Type local:C1Scheduler}" |
Week View |
x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=MonthStyle}" TargetType="{x:Type local:C1Scheduler}" |
Month View |
The following images show examples of the appearance for each of the available data views.
One Day View
Working Week View
Week View
Month View
|