C1Scheduler Task-Based Help > C1Scheduler Tasks > Changing Navigation Pane Text |
To change the navigation pane text, simply set the C1Scheduler.NextAppointmentText and C1Scheduler.PreviousAppointmentText properties.
Using Microsoft Blend
To change the navigation pane text in Blend:
Using Visual Studio
To change the navigation pane text in Visual Studio:
Using XAML
The following XAML sets the C1Scheduler.NextAppointmentText and C1Scheduler.PreviousAppointmentText properties.
XAML |
Copy Code
|
---|---|
<c1:C1Scheduler Margin="15,15,0,12" Name="C1Scheduler2" Grid.ColumnSpan="2" NextAppointmentText="Forward" PreviousAppointmentText="Back" Theme="{DynamicResource {ComponentResourceKey TypeInTargetAssembly=c1sched:C1Scheduler, ResourceId=Office2007.Default}}"></c1:C1Scheduler> |
The schedule will now look similar to the following image: