| Scheduler Components and Controls > Scheduler for Silverlight Appearance > Using Data Views > Data View Keys and Appearance |
Default view styles are defined with the following resource keys:
| WPF ComponentResourceKey | Silverlight Resource Key | Description |
| x:Key="{ComponentResourceKey TypeInTargetAssembly={Type local:C1Scheduler}, ResourceId=OneDayStyle}" TargetType="{x:Type local:C1Scheduler}" |
x:Key="OneDayStyle" TargetType="c1sched:C1Scheduler" |
One Day View |
| x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=WorkingWeekStyle}" TargetType="{x:Type local:C1Scheduler}" |
x:Key="WorkingWeekStyle" TargetType="c1sched:C1Scheduler" |
Work Week View |
| x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=WeekStyle}" TargetType="{x:Type local:C1Scheduler}" |
x:Key="WeekStyle" TargetType="c1sched:C1Scheduler" |
Week View |
| x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=MonthStyle}" TargetType="{x:Type local:C1Scheduler}" |
x:Key="MonthStyle" TargetType="c1sched:C1Scheduler" |
Month View |
| x:Key="{ComponentResourceKey TypeInTargetAssembly={x:Type local:C1Scheduler}, ResourceId=TimeLineStyle}" TargetType="{x:Type local:C1Scheduler}" |
x:Key=”TimeLineStyle TargetType=”c1sched:C1Scheduler” |
Time Line 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

Time Line View
