Skip to content

Commit 172cbe5

Browse files
updated namespace name
1 parent ff0441d commit 172cbe5

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

FareCalendar/FareCalendar_DataTemplate/MainWindow.xaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
xmlns:local="using:FareCalendar_DataTemplate"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
xmlns:syncfusion="using:Syncfusion.UI.Xaml.Scheduler"
8+
xmlns:Scheduler="using:Syncfusion.UI.Xaml.Scheduler"
99
mc:Ignorable="d">
1010

1111
<Grid>
1212
<Grid.DataContext>
1313
<local:AirlinesViewModel />
1414
</Grid.DataContext>
15-
<syncfusion:SfScheduler x:Name="scheduler"
15+
<Scheduler:SfScheduler x:Name="scheduler"
1616
ItemsSource="{Binding AirlineCollection}"
1717
ShowBusyIndicator="True"
1818
AppointmentEditFlag="None">
19-
<syncfusion:SfScheduler.AppointmentMapping>
20-
<syncfusion:AppointmentMapping Subject="Name"
19+
<Scheduler:SfScheduler.AppointmentMapping>
20+
<Scheduler:AppointmentMapping Subject="Name"
2121
Notes="Fare"
2222
StartTime="Date"
2323
AppointmentBackground="Color" />
24-
</syncfusion:SfScheduler.AppointmentMapping>
25-
<syncfusion:SfScheduler.MonthViewSettings>
26-
<syncfusion:MonthViewSettings AppointmentDisplayMode="None">
27-
<syncfusion:MonthViewSettings.MonthCellTemplate>
24+
</Scheduler:SfScheduler.AppointmentMapping>
25+
<Scheduler:SfScheduler.MonthViewSettings>
26+
<Scheduler:MonthViewSettings AppointmentDisplayMode="None">
27+
<Scheduler:MonthViewSettings.MonthCellTemplate>
2828
<DataTemplate>
2929
<StackPanel Orientation="Vertical">
3030
<TextBlock x:Name="TextBlock" HorizontalAlignment="Left" Margin="5,5,0,0" Text="{Binding Path=DateText}" />
@@ -46,9 +46,9 @@
4646
</ListView>
4747
</StackPanel>
4848
</DataTemplate>
49-
</syncfusion:MonthViewSettings.MonthCellTemplate>
50-
</syncfusion:MonthViewSettings>
51-
</syncfusion:SfScheduler.MonthViewSettings>
52-
</syncfusion:SfScheduler>
49+
</Scheduler:MonthViewSettings.MonthCellTemplate>
50+
</Scheduler:MonthViewSettings>
51+
</Scheduler:SfScheduler.MonthViewSettings>
52+
</Scheduler:SfScheduler>
5353
</Grid>
5454
</Window>

FareCalendar/FareCalendar_DataTemplateSelector/MainWindow.xaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
88
xmlns:notification="using:Syncfusion.UI.Xaml.Notifications"
9-
xmlns:syncfusion="using:Syncfusion.UI.Xaml.Scheduler"
9+
xmlns:Scheduler="using:Syncfusion.UI.Xaml.Scheduler"
1010
mc:Ignorable="d">
1111

1212
<Grid>
@@ -53,20 +53,20 @@
5353
MonthCellWithBestPriceTemplate="{StaticResource monthCellTemplateWithBestPrice}"
5454
MonthCellWithoutBestPriceTemplate="{StaticResource monthCellTemplateWithoutBestPrice}"/>
5555
</Grid.Resources>
56-
<syncfusion:SfScheduler x:Name="scheduler"
56+
<Scheduler:SfScheduler x:Name="scheduler"
5757
ItemsSource="{Binding AirlineCollection}"
5858
ShowBusyIndicator="True"
5959
AppointmentEditFlag="None">
60-
<syncfusion:SfScheduler.AppointmentMapping>
61-
<syncfusion:AppointmentMapping Subject="Name"
60+
<Scheduler:SfScheduler.AppointmentMapping>
61+
<Scheduler:AppointmentMapping Subject="Name"
6262
Notes="Fare"
6363
StartTime="Date"
6464
AppointmentBackground="Color" />
65-
</syncfusion:SfScheduler.AppointmentMapping>
66-
<syncfusion:SfScheduler.MonthViewSettings>
67-
<syncfusion:MonthViewSettings AppointmentDisplayMode="None"
65+
</Scheduler:SfScheduler.AppointmentMapping>
66+
<Scheduler:SfScheduler.MonthViewSettings>
67+
<Scheduler:MonthViewSettings AppointmentDisplayMode="None"
6868
MonthCellTemplateSelector="{StaticResource monthCellTemplateSelector}"/>
69-
</syncfusion:SfScheduler.MonthViewSettings>
70-
</syncfusion:SfScheduler>
69+
</Scheduler:SfScheduler.MonthViewSettings>
70+
</Scheduler:SfScheduler>
7171
</Grid>
7272
</Window>

HeatMap/SchedulerHeatMap/MainWindow.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:local="using:SchedulerHeatMap"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
xmlns:scheduler="using:Syncfusion.UI.Xaml.Scheduler"
8+
xmlns:Scheduler="using:Syncfusion.UI.Xaml.Scheduler"
99
mc:Ignorable="d">
1010
<Grid>
1111
<Grid.Resources>
@@ -45,11 +45,11 @@
4545
<RowDefinition Height="*"/>
4646
<RowDefinition Height="100"/>
4747
</Grid.RowDefinitions>
48-
<scheduler:SfScheduler x:Name="scheduler" AppointmentEditFlag="None">
49-
<scheduler:SfScheduler.MonthViewSettings>
50-
<scheduler:MonthViewSettings MonthCellTemplateSelector="{StaticResource monthCellTemplateSelector}" />
51-
</scheduler:SfScheduler.MonthViewSettings>
52-
</scheduler:SfScheduler>
48+
<Scheduler:SfScheduler x:Name="scheduler" AppointmentEditFlag="None">
49+
<Scheduler:SfScheduler.MonthViewSettings>
50+
<Scheduler:MonthViewSettings MonthCellTemplateSelector="{StaticResource monthCellTemplateSelector}" />
51+
</Scheduler:SfScheduler.MonthViewSettings>
52+
</Scheduler:SfScheduler>
5353
<Grid Grid.Row="1">
5454
<Grid.ColumnDefinitions>
5555
<ColumnDefinition Width="0.1*"/>

0 commit comments

Comments
 (0)